Skip to content

Commit

Permalink
Merge pull request #133 from dusk-network/release-0.6.0
Browse files Browse the repository at this point in the history
Release `0.6.0`
  • Loading branch information
ureeves authored Nov 1, 2023
2 parents fe5a891 + 61a9fe4 commit 1fd4d87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Releases -->

[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kadcast"
authors = ["herr-seppia <[email protected]>"]
version = "0.6.0-rc.0"
version = "0.6.0"
edition = "2018"
description = "Implementation of the Kadcast Network Protocol."
categories = ["network-programming"]
Expand Down

0 comments on commit 1fd4d87

Please sign in to comment.