[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump version to v0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
  • Loading branch information
LeeSmet committed Jun 7, 2024
1 parent f9b1f23 commit b73dd06
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 21 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.3] - 2024-06-07

### Added

- On Linux and macOS, a more descriptive error is printed when setting up the tun
Expand Down Expand Up @@ -465,4 +467,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.5.0]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...v0.5.0
[0.5.1]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...v0.5.1
[0.5.2]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...v0.5.2
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...HEAD
[0.5.3]: https://github.com/threefoldtech/mycelium/compare/v0.5.2...v0.5.3
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.3...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.2"
version = "0.5.3"
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.1.0"
version = "0.5.3"
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.2"
version = "0.5.3"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion mycelium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
10 changes: 5 additions & 5 deletions myceliumd-private/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 myceliumd-private/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "myceliumd-private"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license-file = "../LICENSE"
readme = "./README.md"
Expand Down
10 changes: 5 additions & 5 deletions myceliumd/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 myceliumd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "myceliumd"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license-file = "../LICENSE"
readme = "./README.md"
Expand Down

0 comments on commit b73dd06

Please sign in to comment.