Skip to content

Commit 9972e88

Browse files
committed
Bump version to v0.5.0
Closes #196 Signed-off-by: Lee Smet <[email protected]>
1 parent 00590c0 commit 9972e88

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.0] - 2024-04-04
11+
1012
### Changed
1113

1214
- Connection identifier is now included in the error log if we can't forward a
@@ -372,4 +374,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372374
[0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3
373375
[0.4.4]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...v0.4.4
374376
[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5
375-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...HEAD
377+
[0.5.0]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...v0.5.0
378+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...HEAD

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
edition = "2021"
55
license-file = "LICENSE"
66

0 commit comments

Comments
 (0)