Skip to content

Commit 4a3f4cf

Browse files
committed
Bump version to v0.4.4
Signed-off-by: Lee Smet <[email protected]>
1 parent 82caffe commit 4a3f4cf

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

1214
- The amount of bytes read and written to a peer are now no longer reset after
@@ -325,4 +327,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325327
[0.4.1]: https://github.com/threefoldtech/mycelium/compare/v0.4.0...v0.4.1
326328
[0.4.2]: https://github.com/threefoldtech/mycelium/compare/v0.4.1...v0.4.2
327329
[0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3
328-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...HEAD
330+
[0.4.4]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...v0.4.4
331+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...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.3"
3+
version = "0.4.4"
44
edition = "2021"
55
license-file = "LICENSE"
66

0 commit comments

Comments
 (0)