Skip to content

Commit 94f1b9e

Browse files
committed
Bump version to v0.7.8
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent 01fa99b commit 94f1b9e

8 files changed

Lines changed: 11 additions & 8 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.7.8] - 2026-05-19
11+
1012
### Added
1113

1214
- Add a node ip and node start time field to the node info struct.
@@ -783,4 +785,5 @@ This is a breaking change, check the main README file for update info.
783785
[0.7.5]: https://github.com/threefoldtech/mycelium/compare/v0.7.4...v0.7.5
784786
[0.7.6]: https://github.com/threefoldtech/mycelium/compare/v0.7.5...v0.7.6
785787
[0.7.7]: https://github.com/threefoldtech/mycelium/compare/v0.7.6...v0.7.7
786-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.7...HEAD
788+
[0.7.8]: https://github.com/threefoldtech/mycelium/compare/v0.7.7...v0.7.8
789+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.8...HEAD

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

myceliumd-common/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-common"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
edition = "2021"
55
license-file = "../LICENSE"
66

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

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

0 commit comments

Comments
 (0)