From 321284773c0b881243e9b6324f76196bd095f41b Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Wed, 31 Jul 2024 13:47:12 +0200 Subject: [PATCH] 0.5.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbd56e..c952b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# `0.5.0` + +- biscuit-auth 5.0.0 + # `0.4.2` - display evaluation time & iterations (#54) diff --git a/Cargo.lock b/Cargo.lock index 05de010..567f17a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "biscuit-cli" -version = "0.4.2" +version = "0.5.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 234a0ca..648b9a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-cli" -version = "0.4.2" +version = "0.5.0" description = "a CLI to manipulate biscuit tokens" authors = ["Clement Delafargue "] edition = "2018"