Skip to content

Commit 929a090

Browse files
authored
Prepare release spire-api v0.3.4 (#140)
Signed-off-by: Max Lambrecht <[email protected]>
1 parent c2d74b8 commit 929a090

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

spire-api/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## [0.3.4] - 2025-03-04
4+
5+
### What's Changed
6+
7+
* Directly include generated Protobuf code from OUT_DIR (#138)
8+
39
## [0.3.3] - 2025-01-31
410

5-
## What's Changed
11+
### What's Changed
612

713
* Use protox to avoid the need to have protoc installed (#133)
814
* Update spiffe requirement from 0.6.3 to 0.6.4
@@ -12,15 +18,15 @@
1218

1319
## [0.3.2] - 2024-11-07
1420

15-
## What's Changed
21+
### What's Changed
1622

1723
* Depend explicitly on tonic `0.12.3` (#120)
1824
* Update thiserror requirement from `1` to `2` in (#127)
1925
* Depend on spiffe `0.6.3`
2026

2127
## [0.3.1] - 2024-10-07
2228

23-
## What's Changed
29+
### What's Changed
2430
* Bump tonic dependencies to latest tonic release `0.12` by @howardjohn in https://github.com/maxlambrecht/rust-spiffe/pull/111
2531
* Remove https://github.com/nhynes/jwk-rs as a runtime dependency by @bleggett in https://github.com/maxlambrecht/rust-spiffe/pull/115
2632

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.3"
6+
version = "0.3.4"
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.4", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
18+
spiffe = { version = "0.6.5", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
1919
bytes = { version = "1", features = ["serde"] }
2020
tonic = { version = "0.12.3", 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.3"
17+
spire-api = "0.3.4"
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)