Skip to content

Commit

Permalink
Add changelog and update crate versions
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Suresh Kumar <[email protected]>
  • Loading branch information
gowthamsk-arm committed Mar 15, 2023
1 parent 32710ad commit 36b871b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [psa-crypto-sys-0.10.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-sys-0.10.0) (2023-03-09)

[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.10.0...psa-crypto-sys-0.10.0)

## [psa-crypto-0.10.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.10.0) (2023-03-09)

[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-sys-0.9.2...psa-crypto-0.10.0)

**Merged pull requests:**

- Bump bindgen version [\#111](https://github.com/parallaxsecond/rust-psa-crypto/pull/111) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Update to remove const\_err [\#110](https://github.com/parallaxsecond/rust-psa-crypto/pull/110) ([marcsvll](https://github.com/marcsvll))

## [psa-crypto-0.9.2](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.9.2) (2022-08-31)

[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-sys-0.9.3...psa-crypto-0.9.2)
Expand All @@ -14,6 +27,7 @@

**Merged pull requests:**

- Bumping psa-crypto and -sys versions [\#108](https://github.com/parallaxsecond/rust-psa-crypto/pull/108) ([ionut-arm](https://github.com/ionut-arm))
- Bump zeroize version [\#107](https://github.com/parallaxsecond/rust-psa-crypto/pull/107) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Fix issues reported by clippy [\#106](https://github.com/parallaxsecond/rust-psa-crypto/pull/106) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Add unauthenticated cypher operations in psa-crypto and psa-crypto-sys. [\#104](https://github.com/parallaxsecond/rust-psa-crypto/pull/104) ([egrimley-arm](https://github.com/egrimley-arm))
Expand Down
2 changes: 1 addition & 1 deletion psa-crypto-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psa-crypto-sys"
version = "0.9.3"
version = "0.10.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Wrapper around the PSA Cryptography API"
Expand Down
4 changes: 2 additions & 2 deletions psa-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psa-crypto"
version = "0.9.2"
version = "0.10.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Wrapper around the PSA Cryptography API"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/parallaxsecond/rust-psa-crypto"

[dependencies]
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.9.3", default-features = false }
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.10.0", default-features = false }
log = "0.4.11"
serde = { version = "1.0.115", features = ["derive"] }
zeroize = { version = "1.4.3", features = ["zeroize_derive"] }
Expand Down

0 comments on commit 36b871b

Please sign in to comment.