From 233572448ee1d2acaf7436e90c084ed18f769ffe Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Thu, 7 Mar 2024 10:19:41 -0600 Subject: [PATCH] Prepare release spiffe-0.5.0 Signed-off-by: Max Lambrecht --- spiffe/CHANGELOG.md | 8 ++++++++ spiffe/Cargo.toml | 2 +- spiffe/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/spiffe/CHANGELOG.md b/spiffe/CHANGELOG.md index b823561..4cd9d08 100644 --- a/spiffe/CHANGELOG.md +++ b/spiffe/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0] - 2024-03-07 + +### Dependencies updates + +- Updated `prost``prost-types`, and `prost-build` to "0.12" (#73) +- Updated `tonic` and `tonic-build` to "0.11" (#73) +- Updated `x509-parser` to "0.16" (#73) + ## [0.4.0] - 2023-08-23 ### Added diff --git a/spiffe/Cargo.toml b/spiffe/Cargo.toml index b443d34..9ba89a8 100644 --- a/spiffe/Cargo.toml +++ b/spiffe/Cargo.toml @@ -4,7 +4,7 @@ name = "spiffe" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create a new tag -version = "0.4.0" +version = "0.5.0" authors = ["Max Lambrecht "] description = "Rust client library implementation for SPIFFE" license = "Apache-2.0" diff --git a/spiffe/README.md b/spiffe/README.md index a677a20..a1ec57b 100644 --- a/spiffe/README.md +++ b/spiffe/README.md @@ -14,7 +14,7 @@ client (`workload-api`) by default: ```toml [dependencies] -spiffe = "0.4.0" +spiffe = "0.5.0" ``` ## Examples of Usage