Skip to content

Commit adf8fc4

Browse files
committed
Bump version to v0.5.2
Signed-off-by: Lee Smet <[email protected]>
1 parent ba5452b commit adf8fc4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.2] - 2024-05-03
11+
1012
### Added
1113

1214
- New CI workflow to build and test the mycelium library separately from the full
@@ -434,4 +436,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
434436
[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5
435437
[0.5.0]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...v0.5.0
436438
[0.5.1]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...v0.5.1
437-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...HEAD
439+
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
440+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...HEAD

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mycelium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

myceliumd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

0 commit comments

Comments
 (0)