From dab7ac89c9b9e111e87563a49455055a21ea9d3e Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Thu, 12 Sep 2024 13:19:35 -0500 Subject: [PATCH] Prepare release spiffe-v0.6.0 Signed-off-by: Max Lambrecht --- spiffe/CHANGELOG.md | 5 +++++ spiffe/Cargo.toml | 2 +- spiffe/README.md | 2 +- spire-api/spire-api-sdk | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/spiffe/CHANGELOG.md b/spiffe/CHANGELOG.md index 53f022e..0068064 100644 --- a/spiffe/CHANGELOG.md +++ b/spiffe/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.6.0] - 2024-09-11 + +- Update Rust Edition to 2021 (#82) +- Enhance Usability with Core Type Re-exports (#83) + ## [0.5.0] - 2024-03-07 ### Dependencies updates diff --git a/spiffe/Cargo.toml b/spiffe/Cargo.toml index 6fb91c0..f376142 100644 --- a/spiffe/Cargo.toml +++ b/spiffe/Cargo.toml @@ -3,7 +3,7 @@ name = "spiffe" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create a new tag -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Max Lambrecht "] description = "Rust client library implementation for SPIFFE" diff --git a/spiffe/README.md b/spiffe/README.md index 1982dce..76eceb9 100644 --- a/spiffe/README.md +++ b/spiffe/README.md @@ -14,7 +14,7 @@ client (`workload-api`) by default: ```toml [dependencies] -spiffe = "0.5.0" +spiffe = "0.6.0" ``` ## Examples of Usage diff --git a/spire-api/spire-api-sdk b/spire-api/spire-api-sdk index 9701b78..c51a5c7 160000 --- a/spire-api/spire-api-sdk +++ b/spire-api/spire-api-sdk @@ -1 +1 @@ -Subproject commit 9701b78b4c3c2e22d866220ba16eb9e8da6eea96 +Subproject commit c51a5c74f10ac08ebec20f341415e9712f007361