Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jun 21, 2023
1 parent b5c0c54 commit 4653d26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.0

- support for root key id (#5)
- support for binding public keys in individual statements (#7)
- merge `add_code` and `add_code_with_parameters` in builders

# 0.1.0

Initial release
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-python"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 4653d26

Please sign in to comment.