From a886d09df4d8df45f4cc5cf08a528bcc19f75a0c Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Wed, 24 Apr 2024 11:14:47 +0200 Subject: [PATCH] v0.4.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85375cc..7dbd56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# `0.4.2` + +- display evaluation time & iterations (#54) +- biscuit-auth 4.1.1 (better authorizer contents listing) (#55) +- `nix develop` support for local dev (#56) (er4hn) + # `0.4.1` - support for querying authorizers and snapshots (#45) diff --git a/Cargo.lock b/Cargo.lock index 9919d5a..4008841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "biscuit-cli" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 44d06c1..75e1bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-cli" -version = "0.4.1" +version = "0.4.2" description = "a CLI to manipulate biscuit tokens" authors = ["Clement Delafargue "] edition = "2018"