Skip to content

Commit ed846ee

Browse files
committed
Bump version to v0.6.2
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent e887680 commit ed846ee

12 files changed

Lines changed: 29 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.6.2] - 2025-09-19
11+
1012
**IMPORTANT**
1113

1214
This release changes the default location of the private key used to derive the
@@ -632,4 +634,5 @@ This is a breaking change, check the main README file for update info.
632634
[0.5.7]: https://github.com/threefoldtech/mycelium/compare/v0.5.6...v0.5.7
633635
[0.6.0]: https://github.com/threefoldtech/mycelium/compare/v0.5.7...v0.6.0
634636
[0.6.1]: https://github.com/threefoldtech/mycelium/compare/v0.6.0...v0.6.1
635-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.6.1...HEAD
637+
[0.6.2]: https://github.com/threefoldtech/mycelium/compare/v0.6.1...v0.6.2
638+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.6.2...HEAD

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mycelium-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-api"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-cli"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

mycelium-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-metrics"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium-ui/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mycelium-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-ui"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

myceliumd-private/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

myceliumd-private/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd-private"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

0 commit comments

Comments
 (0)