Skip to content

Commit

Permalink
Prepare release spiffe-0.5.0 and spire-api-0.2.0 (#78)
Browse files Browse the repository at this point in the history
Prepare release spiffe-0.5.0
Prepare release spire-api-0.2.0

Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Mar 7, 2024
1 parent 9077f35 commit 15f6101
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
8 changes: 8 additions & 0 deletions spiffe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0] - 2024-03-07

### Dependencies updates

- Updated `prost`, `prost-types`, and `prost-build` to "0.12" (#73)
- Updated `tonic` and `tonic-build` to "0.11" (#73)
- Updated `x509-parser` to "0.16" (#73)

## [0.4.0] - 2023-08-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "spiffe"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create a new tag
version = "0.4.0"
version = "0.5.0"
authors = ["Max Lambrecht <[email protected]>"]
description = "Rust client library implementation for SPIFFE"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion spiffe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ client (`workload-api`) by default:

```toml
[dependencies]
spiffe = "0.4.0"
spiffe = "0.5.0"
```

## Examples of Usage
Expand Down
7 changes: 7 additions & 0 deletions spire-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0] - 2024-03-07

### Dependencies updates

- Updated `prost`, `prost-types`, and `prost-build` to "0.12" (#73)
- Updated `tonic` and `tonic-build` to "0.11" (#73)

## [0.1.0] - 2023-09-03

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

[dependencies]
spiffe = { version = "0.4.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
spiffe = { version = "0.5.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
bytes = { version = "1", features = ["serde"] }
tonic = { version = "0.11", default-features = false, features = ["prost", "codegen", "transport"]}
prost = { version = "0.12"}
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.1.0"
spire-api = "0.2.0"
```

## Usage
Expand Down

0 comments on commit 15f6101

Please sign in to comment.