Skip to content

Commit ffd36c3

Browse files
committed
Bump version to v0.7.4
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent 095bfb6 commit ffd36c3

13 files changed

Lines changed: 32 additions & 29 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.4] - 2026-03-23
11+
1012
### Added
1113

1214
- When a new peer connects, immediately announce our own subnet.
@@ -727,4 +729,5 @@ This is a breaking change, check the main README file for update info.
727729
[0.7.1]: https://github.com/threefoldtech/mycelium/compare/v0.7.0...v0.7.1
728730
[0.7.2]: https://github.com/threefoldtech/mycelium/compare/v0.7.1...v0.7.2
729731
[0.7.3]: https://github.com/threefoldtech/mycelium/compare/v0.7.2...v0.7.3
730-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.3...HEAD
732+
[0.7.4]: https://github.com/threefoldtech/mycelium/compare/v0.7.3...v0.7.4
733+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.4...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.3"
3+
version = "0.7.4"
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.3"
3+
version = "0.7.4"
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.3"
3+
version = "0.7.4"
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.7.3"
3+
version = "0.7.4"
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.3"
3+
version = "0.7.4"
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.3"
3+
version = "0.7.4"
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.

0 commit comments

Comments
 (0)