Skip to content

Commit

Permalink
Bump version to v0.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Sep 27, 2024
1 parent 1d6f6d5 commit b056f67
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 66 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.5] - 2024-09-27

### Added

- Mycelium-ui, a standalone GUI which exposes (part of) the mycelium API. This
Expand Down Expand Up @@ -534,4 +536,5 @@ taken interface name, an available interface name will be automatically assigned
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
[0.5.3]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...v0.5.3
[0.5.4]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...v0.5.4
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...HEAD
[0.5.5]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...v0.5.5
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.5...HEAD
8 changes: 4 additions & 4 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-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-api"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion mycelium-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-cli"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
license-file = "../LICENSE"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion mycelium-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-metrics"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
117 changes: 73 additions & 44 deletions mycelium-ui/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-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-ui"
version = "0.5.4"
version = "0.5.5"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
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.4"
version = "0.5.5"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
Loading

0 comments on commit b056f67

Please sign in to comment.