Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release spiffe v0.6.3 #129

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading