Skip to content

Commit

Permalink
Bump version to v0.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Oct 31, 2024
1 parent 565ad8f commit 8a2b564
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 106 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.7] - 2024-11-31

### Fixed

- Properly set the interface ipv6 MTU on windows.
Expand Down Expand Up @@ -549,4 +551,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.5.4]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...v0.5.4
[0.5.5]: https://github.com/threefoldtech/mycelium/compare/v0.5.4...v0.5.5
[0.5.6]: https://github.com/threefoldtech/mycelium/compare/v0.5.5...v0.5.6
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.6...HEAD
[0.5.7]: https://github.com/threefoldtech/mycelium/compare/v0.5.6...v0.5.7
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.7...HEAD
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mycelium-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-api"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion mycelium-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-cli"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
license-file = "../LICENSE"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion mycelium-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium-metrics"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
Loading

0 comments on commit 8a2b564

Please sign in to comment.