Skip to content

Commit

Permalink
Merge pull request #262 from biscuit-auth/6.0.0-alpha2
Browse files Browse the repository at this point in the history
biscuit-auth 6.0.0-alpha.2
  • Loading branch information
divarvel authored Jan 27, 2025
2 parents d99c5f2 + 2f5700a commit 89ca84a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
12 changes: 11 additions & 1 deletion biscuit-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# not released
# `6.0.0-alpha.2`

- [biscuit-datalog 3.3](https://www.biscuitsec.org/blog/biscuit-3-3/) support (#217)
- Separate `AuthorizerBuilder` from `Authorizer` (#250 and #255)
- Support for P256 signatures (#108)
- `query_exactly_once()` (#260) (Baran Yildirim)
- include algorithm prefix in public/private key strings (#261)

# `5.0.0`

- fix [GHSA-rgqv-mwc3-c78m](https://github.com/biscuit-auth/biscuit/security/advisories/GHSA-rgqv-mwc3-c78m)

# `4.1.1`

Expand Down
2 changes: 1 addition & 1 deletion biscuit-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-auth"
version = "6.0.0-alpha.1"
version = "6.0.0-alpha.2"
description = "an authorization token with decentralized verification and offline attenuation"
authors = ["Geoffroy Couprie <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion biscuit-capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-capi"
version = "6.0.0-alpha.1" # Should keep the same version as biscuit-auth
version = "6.0.0-alpha.2" # Should keep the same version as biscuit-auth
description = "C API for Biscuit"
authors = ["Geoffroy Couprie <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 4 additions & 0 deletions biscuit-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `0.2.0-alpha.1`

- [biscuit-datalog 3.3](https://www.biscuitsec.org/blog/biscuit-3-3/) support (#217)

# `0.1.1`

- Support chained method calls
Expand Down
4 changes: 4 additions & 0 deletions biscuit-quote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `0.3.0-alpha.1`

- [biscuit-datalog 3.3](https://www.biscuitsec.org/blog/biscuit-3-3/) support (#217)

# `0.2.1`

- support for a `rule` macro
Expand Down

0 comments on commit 89ca84a

Please sign in to comment.