Skip to content

Commit 0df69a1

Browse files
committed
Bump version to v0.5.4
Signed-off-by: Lee Smet <[email protected]>
1 parent 212fec9 commit 0df69a1

File tree

11 files changed

+26
-23
lines changed

11 files changed

+26
-23
lines changed

CHANGELOG.md

+4-1
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.5.4] - 2024-08-20
11+
1012
### Added
1113

1214
- Quic protocol can now be disabled using the `--disable-quic` flag
@@ -514,4 +516,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
514516
[0.5.1]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...v0.5.1
515517
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
516518
[0.5.3]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...v0.5.3
517-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...HEAD
519+
[0.5.4]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...v0.5.4
520+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...HEAD

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

installers/windows/wix/mycelium.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
44
<Package
55
Name="Mycelium"
6-
Version="0.5.3"
6+
Version="0.5.4"
77
Language="1033"
88
Manufacturer="ThreeFold Tech"
99
Scope="perMachine"
@@ -90,4 +90,4 @@
9090
KeyPath="yes" />
9191
</Component>
9292
</Fragment>
93-
</Wix>
93+
</Wix>

mycelium-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-api"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-cli"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

mycelium-metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-metrics"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

myceliumd-private/Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

myceliumd-private/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd-private"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

myceliumd/Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

myceliumd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

0 commit comments

Comments
 (0)