Skip to content

Commit 4653d26

Browse files
committed
0.2.0
1 parent b5c0c54 commit 4653d26

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.0
2+
3+
- support for root key id (#5)
4+
- support for binding public keys in individual statements (#7)
5+
- merge `add_code` and `add_code_with_parameters` in builders
6+
17
# 0.1.0
28

39
Initial release

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biscuit-python"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)