Skip to content

Commit e62dfa3

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

11 files changed

Lines changed: 27 additions & 24 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.9] - 2026-05-22
11+
1012
### Fixed
1113

1214
- When the mycelium library is used, the TUN device is now properly
@@ -791,4 +793,5 @@ This is a breaking change, check the main README file for update info.
791793
[0.7.6]: https://github.com/threefoldtech/mycelium/compare/v0.7.5...v0.7.6
792794
[0.7.7]: https://github.com/threefoldtech/mycelium/compare/v0.7.6...v0.7.7
793795
[0.7.8]: https://github.com/threefoldtech/mycelium/compare/v0.7.7...v0.7.8
794-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.8...HEAD
796+
[0.7.9]: https://github.com/threefoldtech/mycelium/compare/v0.7.8...v0.7.9
797+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.9...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.7.8"
3+
version = "0.7.9"
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.8"
3+
version = "0.7.9"
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.8"
3+
version = "0.7.9"
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.8"
3+
version = "0.7.9"
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.8"
3+
version = "0.7.9"
44
edition = "2021"
55
license-file = "../LICENSE"
66

myceliumd-private/Cargo.lock

Lines changed: 6 additions & 6 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.7.8"
3+
version = "0.7.9"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

myceliumd/Cargo.lock

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

0 commit comments

Comments
 (0)