From 7b41fe348d1369001f95e73b84915d171283a713 Mon Sep 17 00:00:00 2001 From: moana Date: Sat, 14 Oct 2023 18:22:45 +0200 Subject: [PATCH] Bump to v0.21.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544e8bb..13016be 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.21.0] - 2021-10-14 + ### Added - Add `asyncify`ing FFI imports @@ -144,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/wallet-core/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/dusk-network/wallet-core/compare/v0.21.0...HEAD +[0.21.0]: https://github.com/dusk-network/wallet-core/compare/v0.5.1...v0.21.0 [0.5.1]: https://github.com/dusk-network/wallet-core/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/dusk-network/wallet-core/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/dusk-network/wallet-core/compare/v0.3.0...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 8a20ff8..e89fff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusk-wallet-core" -version = "0.20.0-piecrust.0.6" +version = "0.21.0" edition = "2021" description = "The core functionality of the Dusk wallet" license = "MPL-2.0"