Skip to content

Commit 0e0d56c

Browse files
authored
Prepare release spire-api 0.3.8 (#195)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 8611792 commit 0e0d56c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

spire-api/CHANGELOG.md

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

3+
## [0.3.8] - 2025-12-24
4+
5+
### What's Changed
6+
7+
* Removed build-time protobuf generation (`build.rs`).
8+
* Committed generated SPIRE API bindings.
9+
* Update spiffe requirement to 0.7.3
10+
311
## [0.3.7] - 2025-12-23
412

513
### What's Changed

spire-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["SPIFFE", "SPIRE"]
1616
# - Create a new tag (e.g. spire-api-0.3.7)
1717

1818
[dependencies]
19-
spiffe = { version = "0.7.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
19+
spiffe = "0.7.3"
2020
tonic = { version = "0.14.0", default-features = false, features = ["codegen", "transport"]}
2121
prost = { version = "0.14.0" }
2222
tonic-prost = "0.14"

spire-api/README.md

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

2020
```toml
2121
[dependencies]
22-
spire-api = "0.3.6"
22+
spire-api = "0.3.8"
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)