Skip to content

Commit 162a349

Browse files
committed
v0.6.0
1 parent 7640fa3 commit 162a349

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# `0.6.0-beta.2`
1+
# `0.6.0`
22

3-
- biscuit-auth 6.0.0-beta.3
3+
- biscuit-auth 6.0.0
44
- dedicated prefix for private keys
5-
- read secp256r1 keys in datalog parameters
6-
- support for PEM keys
7-
- improve CLI documentation
8-
9-
# `0.6.0-beta.1`
10-
11-
- biscuit-auth 6.0.0-beta.1
125
- biscuit-datalog v3.3 support
136
- ECDSA signatures support
147
- policy snapshots support
8+
- read secp256r1 keys in datalog parameters
9+
- support for PEM keys
10+
- improve CLI documentation
1511
- display datalog version in blocks
1612

1713
# `0.5.0`

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biscuit-cli"
3-
version = "0.6.0-beta.2"
3+
version = "0.6.0"
44
description = "a CLI to manipulate biscuit tokens"
55
authors = ["Clement Delafargue <[email protected]>"]
66
edition = "2018"
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
atty = "0.2.14"
20-
biscuit-auth = { version = "6.0.0-beta.3", features = ["serde-error", "pem"] }
20+
biscuit-auth = { version = "6.0.0", features = ["serde-error", "pem"] }
2121
clap = { version = "^3.0", features = ["color", "derive"] }
2222
chrono = "^0.4"
2323
hex = "0.4.3"

0 commit comments

Comments
 (0)