Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# `0.6.0-beta.2`
# `0.6.0`

- biscuit-auth 6.0.0-beta.3
- biscuit-auth 6.0.0
- dedicated prefix for private keys
- read secp256r1 keys in datalog parameters
- support for PEM keys
- improve CLI documentation

# `0.6.0-beta.1`

- biscuit-auth 6.0.0-beta.1
- biscuit-datalog v3.3 support
- ECDSA signatures support
- policy snapshots support
- read secp256r1 keys in datalog parameters
- support for PEM keys
- improve CLI documentation
- display datalog version in blocks

# `0.5.0`
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-cli"
version = "0.6.0-beta.2"
version = "0.6.0"
description = "a CLI to manipulate biscuit tokens"
authors = ["Clement Delafargue <clement@delafargue.name>"]
edition = "2018"
Expand All @@ -17,7 +17,7 @@ path = "src/main.rs"

[dependencies]
atty = "0.2.14"
biscuit-auth = { version = "6.0.0-beta.3", features = ["serde-error", "pem"] }
biscuit-auth = { version = "6.0.0", features = ["serde-error", "pem"] }
clap = { version = "^3.0", features = ["color", "derive"] }
chrono = "^0.4"
hex = "0.4.3"
Expand Down
Loading