Skip to content

Commit

Permalink
Prepare release spire-api v0.3.2 (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Nov 7, 2024
1 parent bde0ee7 commit c17ea55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions spire-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.2] - 2024-11-07

## What's Changed

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

## [0.3.1] - 2024-10-07

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions spire-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "spire-api"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create a new tag
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Max Lambrecht <[email protected]>"]
description = "Rust library for the SPIRE APIs"
Expand All @@ -15,7 +15,7 @@ categories = ["cryptography"]
keywords = ["SPIFFE", "SPIRE"]

[dependencies]
spiffe = { version = "0.6.2", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
spiffe = { version = "0.6.3", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
bytes = { version = "1", features = ["serde"] }
tonic = { version = "0.12.3", default-features = false, features = ["prost", "codegen", "transport"]}
prost = { version = "0.13"}
Expand Down
2 changes: 1 addition & 1 deletion spire-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Include this line in your `Cargo.toml`:

```toml
[dependencies]
spire-api = "0.3.1"
spire-api = "0.3.2"
```

## Usage
Expand Down

0 comments on commit c17ea55

Please sign in to comment.