From 61a9fe4e8cfea01907d194a5b0246002de189045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Wed, 1 Nov 2023 11:33:21 +0100 Subject: [PATCH] Bump version to `0.6.0` --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf0fb6..a37e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2023-11-01 + ### Added -- Add new facade function `new` to creating `RwLock` based on feature flag. [#94] +- Add new facade function `new` to creating `RwLock` based on feature flag [#94] - Add `NetworkId` in configuration [#123] ### Changed @@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/kadcast/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/dusk-network/kadcast/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/dusk-network/kadcast/compare/v0.5.0...v0.6.0 [0.5.1]: https://github.com/dusk-network/kadcast/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/dusk-network/kadcast/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/dusk-network/kadcast/compare/v0.3.0...v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 3b5ab50..bd0f26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kadcast" authors = ["herr-seppia "] -version = "0.6.0-rc.0" +version = "0.6.0" edition = "2018" description = "Implementation of the Kadcast Network Protocol." categories = ["network-programming"]