From 2b6b1df4402c188f6cca4aa7a50efb1803ca21a5 Mon Sep 17 00:00:00 2001 From: xevisalle Date: Mon, 19 Dec 2022 12:22:59 +0100 Subject: [PATCH 1/2] Bump to version `0.11.3` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 092708c..a0457db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-pki" -version = "0.11.2" +version = "0.11.3" authors = ["zer0 ", "Victor Lopez "] edition = "2021" From 542c9d22a6b9c4682154f612dbace29464ebd5b2 Mon Sep 17 00:00:00 2001 From: xevisalle Date: Mon, 19 Dec 2022 12:24:21 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5efe1d..7335d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.3] - 2022-12-19 + +### Added + +- Derive `Default` for `PublicKey` + ## [0.11.2] - 2022-10-27 ### Changed @@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#38]: https://github.com/dusk-network/dusk-pki/issues/38 [#36]: https://github.com/dusk-network/dusk-pki/issues/36 [#34]: https://github.com/dusk-network/dusk-pki/issues/34 -[Unreleased]: https://github.com/dusk-network/dusk-pki/compare/v0.11.2...HEAD +[Unreleased]: https://github.com/dusk-network/dusk-pki/compare/v0.11.3...HEAD +[0.11.3]: https://github.com/dusk-network/dusk-pki/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/dusk-network/dusk-pki/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/dusk-network/dusk-pki/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/dusk-network/dusk-pki/compare/v0.8.0...v0.11.0