Skip to content

Commit 6f32a51

Browse files
Merge pull request #126 from gowthamsk-arm/update_changelog
Update psa-crypto crate version and add changelog
2 parents 54d45cc + a8094c4 commit 6f32a51

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3+
## [psa-crypto-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-0.11.0) (2023-10-05)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/rust-psa-crypto/compare/psa-crypto-0.10.0...psa-crypto-0.11.0)
6+
37
## [psa-crypto-sys-0.11.0](https://github.com/parallaxsecond/rust-psa-crypto/tree/psa-crypto-sys-0.11.0) (2023-10-05)
48

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

7-
**Merged pull requests:**
11+
**Merged pull requests:**
812

913
- Update msrv [\#124](https://github.com/parallaxsecond/rust-psa-crypto/pull/124) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
1014
- ci: Add workflow dispatch [\#122](https://github.com/parallaxsecond/rust-psa-crypto/pull/122) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psa-crypto/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"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Wrapper around the PSA Cryptography API"

0 commit comments

Comments
 (0)