Skip to content

Commit b7a1813

Browse files
Merge pull request #129 from tgonzalezorlandoarm/tg/psa-crypto-bump-0.12.0
Update CHANGELOG and bump psa-crypto and psa-crypto-sys to 0.12.0
2 parents a7ca607 + f1cb5c9 commit b7a1813

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [psa-crypto-0.12.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.12.0) (2023-10-16)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-sys-0.12.0...psa-crypto-0.12.0)
6+
7+
## [psa-crypto-sys-0.12.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-sys-0.12.0) (2023-10-16)
8+
9+
[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.11.0...psa-crypto-sys-0.12.0)
10+
11+
**Merged pull requests:**
12+
13+
- Update README to specify prefix feature [\#128](https://github.com/parallaxsecond/rust-psa-crypto/pull/128) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
14+
- Add prefix feature [\#127](https://github.com/parallaxsecond/rust-psa-crypto/pull/127) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
15+
316
## [psa-crypto-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.11.0) (2023-10-05)
417

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

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psa-crypto-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psa-crypto-sys"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Wrapper around the PSA Cryptography API"

psa-crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psa-crypto"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Wrapper around the PSA Cryptography API"
@@ -12,7 +12,7 @@ repository = "https://github.com/parallaxsecond/rust-psa-crypto"
1212
rust-version = "1.66.0"
1313

1414
[dependencies]
15-
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.11.0", default-features = false }
15+
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.12.0", default-features = false }
1616
log = "0.4.20"
1717
serde = { version = "1.0.115", features = ["derive"], default-features = false }
1818
zeroize = { version = "1.4.3", features = ["zeroize_derive"] }

0 commit comments

Comments
 (0)