Bump version to v0.4.3

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2024-03-15 10:55:58 +01:00
parent 19207e5fba
commit 31712121fa
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.3] - 2024-03-15
### Added
- Feature flag for message subsystem. It is enabled by default, but a user can
@@ -306,4 +308,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.4.0]: https://github.com/threefoldtech/mycelium/compare/v0.3.2...v0.4.0
[0.4.1]: https://github.com/threefoldtech/mycelium/compare/v0.4.0...v0.4.1
[0.4.2]: https://github.com/threefoldtech/mycelium/compare/v0.4.1...v0.4.2
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...HEAD
[0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...HEAD
Generated
+1 -1
View File
@@ -1068,7 +1068,7 @@ dependencies = [
[[package]]
name = "mycelium"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"aes-gcm",
"axum",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "mycelium"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
license-file = "LICENSE"