Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Aug 17, 2022
1 parent 6b75a1c commit 229b9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusk-pki"
version = "0.11.0-rc.1"
version = "0.11.0"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]>"]
edition = "2021"

Expand All @@ -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 }
Expand Down

0 comments on commit 229b9f0

Please sign in to comment.