File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.6] - 2025-05-25
4+
5+ ### What's Changed
6+
7+ * Bump tonic dependencies to version 0.13 (#144 )
8+ * Bump protox dependency to 0.8.0 (#151 )
9+
310## [ 0.6.5] - 2025-03-04
411
512### What's Changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "spiffe"
33# When releasing to crates.io:
44# - Update CHANGELOG.md.
55# - Create a new tag
6- version = " 0.6.5 "
6+ version = " 0.6.6 "
77edition = " 2021"
88authors = [
" Max Lambrecht <[email protected] >" ]
99description = " Rust client library implementation for SPIFFE"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ client (`workload-api`) by default:
1414
1515``` toml
1616[dependencies ]
17- spiffe = " 0.6.5 "
17+ spiffe = " 0.6.6 "
1818```
1919
2020## Examples of Usage
You can’t perform that action at this time.
0 commit comments