Skip to content

Commit 995aae5

Browse files
authored
Prepare Release spire-api v0.3.5 (#154)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 24e89f2 commit 995aae5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

spire-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.5] - 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.3.4] - 2025-03-04
411

512
### What's Changed

spire-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "spire-api"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create a new tag
6-
version = "0.3.4"
6+
version = "0.3.5"
77
edition = "2021"
88
authors = ["Max Lambrecht <[email protected]>"]
99
description = "Rust library for the SPIRE APIs"
@@ -15,7 +15,7 @@ categories = ["cryptography"]
1515
keywords = ["SPIFFE", "SPIRE"]
1616

1717
[dependencies]
18-
spiffe = { version = "0.6.5", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
18+
spiffe = { version = "0.6.6", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
1919
bytes = { version = "1", features = ["serde"] }
2020
tonic = { version = "0.13.0", default-features = false, features = ["prost", "codegen", "transport"]}
2121
prost = { version = "0.13"}

spire-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Include this line in your `Cargo.toml`:
1414

1515
```toml
1616
[dependencies]
17-
spire-api = "0.3.4"
17+
spire-api = "0.3.5"
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)