Skip to content

Commit 24e89f2

Browse files
authored
Prepare Release spiffe v0.6.6 (#152)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent d550a55 commit 24e89f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

spiffe/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.6] - 2025-05-25
4+
5+
### What's Changed
6+
7+
* Bump tonic dependencies to version 0.13 (#144)
8+
* Bump protox dependency to 0.8.0 (#151)
9+
310
## [0.6.5] - 2025-03-04
411

512
### What's Changed

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "spiffe"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create a new tag
6-
version = "0.6.5"
6+
version = "0.6.6"
77
edition = "2021"
88
authors = ["Max Lambrecht <[email protected]>"]
99
description = "Rust client library implementation for SPIFFE"

spiffe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ client (`workload-api`) by default:
1414

1515
```toml
1616
[dependencies]
17-
spiffe = "0.6.5"
17+
spiffe = "0.6.6"
1818
```
1919

2020
## Examples of Usage

0 commit comments

Comments
 (0)