Skip to content

Commit

Permalink
Prepare release spiffe v0.6.3 (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Nov 7, 2024
1 parent 6d0849b commit bde0ee7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions spiffe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.3] - 2024-11-07

## What's Changed

* Depend explicitly on tonic 0.12.3 (#120)
* Update thiserror requirement from 1 to 2 in (#127)

## [0.6.2] - 2024-10-07

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "spiffe"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create a new tag
version = "0.6.2"
version = "0.6.3"
edition = "2021"
authors = ["Max Lambrecht <[email protected]>"]
description = "Rust client library implementation for SPIFFE"
Expand Down
2 changes: 1 addition & 1 deletion spiffe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ client (`workload-api`) by default:

```toml
[dependencies]
spiffe = "0.6.2"
spiffe = "0.6.3"
```

## Examples of Usage
Expand Down

0 comments on commit bde0ee7

Please sign in to comment.