Skip to content

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
Closes #196

Signed-off-by: Lee Smet <[email protected]>
  • Loading branch information
LeeSmet committed Apr 4, 2024
1 parent 00590c0 commit 9972e88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.0] - 2024-04-04

### Changed

- Connection identifier is now included in the error log if we can't forward a
Expand Down Expand Up @@ -372,4 +374,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3
[0.4.4]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...v0.4.4
[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...HEAD
[0.5.0]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...v0.5.0
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...HEAD
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium"
version = "0.4.5"
version = "0.5.0"
edition = "2021"
license-file = "LICENSE"

Expand Down

0 comments on commit 9972e88

Please sign in to comment.