Skip to content

Commit a339477

Browse files
committed
Prepare release spiffe v0.6.3
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 97c0d12 commit a339477

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.3] - 2024-11-07
4+
5+
## What's Changed
6+
7+
* Depend explicitly on tonic 0.12.3 (#120)
8+
* Update thiserror requirement from 1 to 2 in (#127)
9+
310
## [0.6.2] - 2024-10-07
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.2"
6+
version = "0.6.3"
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.2"
17+
spiffe = "0.6.3"
1818
```
1919

2020
## Examples of Usage

0 commit comments

Comments
 (0)