Skip to content

Commit

Permalink
Prepare release spiffe-0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Mar 7, 2024
1 parent fb82b65 commit 6870c6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions spiffe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0] - 2024-03-07

### Dependencies updates

- Updated `prost``prost-types`, and `prost-build` to "0.12" (#73)
- Updated `tonic` and `tonic-build` to "0.11" (#73)
- Updated `x509-parser` to "0.16" (#73)

## [0.4.0] - 2023-08-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "spiffe"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create a new tag
version = "0.4.0"
version = "0.5.0"
authors = ["Max Lambrecht <[email protected]>"]
description = "Rust client library implementation for SPIFFE"
license = "Apache-2.0"
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.4.0"
spiffe = "0.5.0"
```

## Examples of Usage
Expand Down

0 comments on commit 6870c6c

Please sign in to comment.