Skip to content

Commit 48a1a7b

Browse files
committed
This PR prepares the crate for release version 0.7.2.
Changes include: - Version bump to 0.7.2 - Updated changelog Signed-off-by: Max Lambrecht <[email protected]>
1 parent fc79dfb commit 48a1a7b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

spiffe/CHANGELOG.md

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

3+
## [0.7.2] – 2025-12-24
4+
5+
### Changed
6+
7+
* Moved protobuf code generation out of build scripts and into an explicit `xtask` workflow.
8+
* Committed generated Workload API sources.
9+
10+
### Removed
11+
12+
* Removed build-time protobuf generation (`build.rs`) from the `spiffe` crate.
13+
14+
315
## [0.7.1] - 2025-12-23
416

517
### Added

spiffe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add `spiffe` to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
spiffe = "0.7.1"
29+
spiffe = "0.7.2"
3030
````
3131

3232
This includes both core SPIFFE types and a Workload API client.

0 commit comments

Comments
 (0)