Skip to content

Commit b79dee8

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

File tree

12 files changed

+35
-32
lines changed

12 files changed

+35
-32
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.6] - 2024-10-03
11+
1012
### Fixed
1113

1214
- Fix a panic in the route cleanup task when a peer dies who is the last stored
@@ -542,4 +544,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
542544
[0.5.3]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...v0.5.3
543545
[0.5.4]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...v0.5.4
544546
[0.5.5]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...v0.5.5
545-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.5...HEAD
547+
[0.5.6]: https://github.com/threefoldtech/mycelium/compare/v0.5.5...v0.5.6
548+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.6...HEAD

Cargo.lock

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

mycelium-api/Cargo.toml

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

mycelium-cli/Cargo.toml

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

mycelium-metrics/Cargo.toml

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

mycelium-ui/Cargo.lock

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

mycelium-ui/Cargo.toml

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

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.5"
3+
version = "0.5.6"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

myceliumd-private/Cargo.lock

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

myceliumd-private/Cargo.toml

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

myceliumd/Cargo.lock

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

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.5"
3+
version = "0.5.6"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

0 commit comments

Comments
 (0)