Skip to content

Commit b056f67

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

File tree

12 files changed

+98
-66
lines changed

12 files changed

+98
-66
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.5] - 2024-09-27
11+
1012
### Added
1113

1214
- Mycelium-ui, a standalone GUI which exposes (part of) the mycelium API. This
@@ -534,4 +536,5 @@ taken interface name, an available interface name will be automatically assigned
534536
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
535537
[0.5.3]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...v0.5.3
536538
[0.5.4]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...v0.5.4
537-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...HEAD
539+
[0.5.5]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...v0.5.5
540+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.5...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.4"
3+
version = "0.5.5"
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.4"
3+
version = "0.5.5"
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.4"
3+
version = "0.5.5"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium-ui/Cargo.lock

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

0 commit comments

Comments
 (0)