Skip to content

Commit

Permalink
Prepare release spire-api-v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Sep 12, 2024
1 parent 0dc8641 commit 371d378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spiffe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.6.0] - 2024-09-11
## [0.6.1] - 2024-09-11

- Update Rust Edition to 2021 (#82)
- Enhance Usability with Core Type Re-exports (#83)
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.0"
spiffe = "0.6.1"
```

## Examples of Usage
Expand Down
2 changes: 1 addition & 1 deletion spire-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography"]
keywords = ["SPIFFE", "SPIRE"]

[dependencies]
spiffe = { version = "0.6.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
spiffe = { version = "0.6.1", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
bytes = { version = "1", features = ["serde"] }
tonic = { version = "0.11", default-features = false, features = ["prost", "codegen", "transport"]}
prost = { version = "0.12"}
Expand Down

0 comments on commit 371d378

Please sign in to comment.