Skip to content

Commit

Permalink
biscuit-auth 6.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jan 27, 2025
1 parent c5188e1 commit f1cacb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biscuit-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `6.0.0-alpha.2`
# `6.0.0-beta.1`

- [biscuit-datalog 3.3](https://www.biscuitsec.org/blog/biscuit-3-3/) support (#217)
- Separate `AuthorizerBuilder` from `Authorizer` (#250 and #255)
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.2"
version = "6.0.0-beta.1"
description = "an authorization token with decentralized verification and offline attenuation"
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
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.2" # Should keep the same version as biscuit-auth
version = "6.0.0-beta.1" # Should keep the same version as biscuit-auth
description = "C API for Biscuit"
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
edition = "2018"
Expand Down

0 comments on commit f1cacb7

Please # to comment.