From 31712121fa48ea4f2ed787d4e3bd7a1c9d39909d Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Fri, 15 Mar 2024 10:55:58 +0100 Subject: [PATCH] Bump version to v0.4.3 Signed-off-by: Lee Smet --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035fe09..a691164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 6b1999c..311901f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ [[package]] name = "mycelium" -version = "0.4.2" +version = "0.4.3" dependencies = [ "aes-gcm", "axum", diff --git a/Cargo.toml b/Cargo.toml index ecac1a8..863a6f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mycelium" -version = "0.4.2" +version = "0.4.3" edition = "2021" license-file = "LICENSE"