From 9972e884292dc7df532af855de88e6f2b64c1a3b Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Thu, 4 Apr 2024 11:08:47 +0200 Subject: [PATCH] Bump version to v0.5.0 Closes #196 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 3c62af16..80083828 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.5.0] - 2024-04-04 + ### Changed - Connection identifier is now included in the error log if we can't forward a @@ -372,4 +374,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3 [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 -[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...HEAD +[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 diff --git a/Cargo.lock b/Cargo.lock index 4d625e5f..ecdc6cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ dependencies = [ [[package]] name = "mycelium" -version = "0.4.5" +version = "0.5.0" dependencies = [ "aes-gcm", "axum", diff --git a/Cargo.toml b/Cargo.toml index a60f08d2..d3e86f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mycelium" -version = "0.4.5" +version = "0.5.0" edition = "2021" license-file = "LICENSE"