Skip to content

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
  • Loading branch information
LeeSmet committed May 3, 2024
1 parent ba5452b commit adf8fc4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.5.2] - 2024-05-03

### Added

- New CI workflow to build and test the mycelium library separately from the full
Expand Down Expand Up @@ -434,4 +436,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5
[0.5.0]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...v0.5.0
[0.5.1]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...v0.5.1
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...HEAD
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...HEAD
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mycelium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion myceliumd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "myceliumd"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down

0 comments on commit adf8fc4

Please sign in to comment.