[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump version to v0.5.1
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 Apr 19, 2024
1 parent fad8103 commit 0dbe64e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.1] - 2024-04-19

### Added

- The repo is now a workspace, and pure library code is separated out. This is mainly
Expand Down Expand Up @@ -395,4 +397,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[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
[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
[0.5.1]: https://github.com/threefoldtech/mycelium/compare/v0.5.0...v0.5.1
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.5.1...HEAD
4 changes: 2 additions & 2 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycelium"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down
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.0"
version = "0.5.1"
edition = "2021"
license-file = "../LICENSE"
readme = "../README.md"
Expand Down

0 comments on commit 0dbe64e

Please sign in to comment.