Skip to content

Commit

Permalink
Merge pull request #129 from tgonzalezorlandoarm/tg/psa-crypto-bump-0…
Browse files Browse the repository at this point in the history
….12.0

Update CHANGELOG and bump psa-crypto and psa-crypto-sys to 0.12.0
  • Loading branch information
tgonzalezorlandoarm authored Oct 16, 2023
2 parents a7ca607 + f1cb5c9 commit b7a1813
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [psa-crypto-0.12.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.12.0) (2023-10-16)

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

## [psa-crypto-sys-0.12.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-sys-0.12.0) (2023-10-16)

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

**Merged pull requests:**

- Update README to specify prefix feature [\#128](https://github.com/parallaxsecond/rust-psa-crypto/pull/128) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Add prefix feature [\#127](https://github.com/parallaxsecond/rust-psa-crypto/pull/127) ([gowthamsk-arm](https://github.com/gowthamsk-arm))

## [psa-crypto-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.11.0) (2023-10-05)

[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.10.0...psa-crypto-0.11.0)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.0"
version = "0.12.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.11.0"
version = "0.12.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Wrapper around the PSA Cryptography API"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/parallaxsecond/rust-psa-crypto"
rust-version = "1.66.0"

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

0 comments on commit b7a1813

Please sign in to comment.