Skip to content

Commit 9efeead

Browse files
committed
Bump version to v0.4.5
Signed-off-by: Lee Smet <[email protected]>
1 parent f9b90fb commit 9efeead

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.4.5] - 2024-03-26
11+
1012
### Changed
1113

1214
- Size of data packets is limited to 65535 bytes.
@@ -344,4 +346,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
344346
[0.4.2]: https://github.com/threefoldtech/mycelium/compare/v0.4.1...v0.4.2
345347
[0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3
346348
[0.4.4]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...v0.4.4
347-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...HEAD
349+
[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5
350+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...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.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license-file = "LICENSE"
66

0 commit comments

Comments
 (0)