Skip to content

Commit

Permalink
Prepare spiffe 0.2.0 (#11)
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release

Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
Max Lambrecht authored Jul 7, 2021
1 parent a3d0512 commit e9b9b37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@

## 0.2.0 (July 6, 2021)

* Strict SPIFFE ID parsing (#8)
* Method `validate_jwt_token` returns a `JwtSvid` parsed
from given token after validating it using then Workload API (#9)

## 0.1.1 (June 18, 2021)
* Add method `validate_jwt_token` in the WorkloadApiClient.
* Add method `validate_jwt_token` in the WorkloadApiClient (#2).

## 0.1.0 (June 14, 2021)

Initial implementation of the library:
Initial implementation of the library (#1):
* Workload API client with one-shot call methods
* Certificate and PrivateKey types
* X.509 SVID and bundle types
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1"
version = "0.2.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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use `spiffe`, add this to your `Cargo.toml`:

```toml
[dependencies]
spiffe = "0.1.1"
spiffe = "0.2.0"
```

### Examples
Expand Down

0 comments on commit e9b9b37

Please sign in to comment.