Skip to content

Commit

Permalink
Prepare release spiffe-v0.6.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 cd7b70c commit dab7ac8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions spiffe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.5.0"
version = "0.6.0"
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.5.0"
spiffe = "0.6.0"
```

## Examples of Usage
Expand Down

0 comments on commit dab7ac8

Please sign in to comment.