From 229b9f05ed45fce0e02df4153a56235026974a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Wed, 17 Aug 2022 11:08:08 +0200 Subject: [PATCH] Bump version to `0.11.0` --- CHANGELOG.md | 5 ++++- Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f4982..90a1dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2022-08-17 + ### Added - Add `rkyv` implementations behind feature gate [#66] @@ -124,7 +126,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.8.0...HEAD +[unreleased]: https://github.com/dusk-network/dusk-pki/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/dusk-network/dusk-pki/compare/v0.8.0...v0.11.0 [0.8.0]: https://github.com/dusk-network/dusk-pki/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/dusk-network/dusk-pki/compare/v0.6.2...v0.7.0 [0.6.2]: https://github.com/dusk-network/dusk-pki/compare/v0.6.1...v0.6.2 diff --git a/Cargo.toml b/Cargo.toml index ccfd69f..446a07c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-pki" -version = "0.11.0-rc.1" +version = "0.11.0" authors = ["zer0 ", "Victor Lopez "] edition = "2021" @@ -15,8 +15,8 @@ exclude = [".github/workflows/ci.yml", ".gitignore"] rand_core = { version = "0.6", default-features = false } dusk-bytes = "0.1" subtle = { version = "^2.2.1", default-features = false } -dusk-jubjub = { version = "0.12.0-rc", default-features = false } -dusk-poseidon = { version = "0.26.0-rc", default-features = false } +dusk-jubjub = { version = "0.12", default-features = false } +dusk-poseidon = { version = "0.26", default-features = false } canonical = { version = "0.7", optional = true } canonical_derive = { version = "0.7", optional = true } rkyv = { version = "0.7", optional = true }