From 4653d263283c1e1df7a7d4efa62ecb1264cced9c Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Wed, 21 Jun 2023 21:36:12 +0200 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6374186..ca5ba13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a7ab181..a195eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "biscuit-python" -version = "0.1.0" +version = "0.2.0" dependencies = [ "base64", "biscuit-auth", diff --git a/Cargo.toml b/Cargo.toml index 7417e1d..998015e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-python" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lib]