From 48a2b191a2805c4d1298c1e4297a4945bc7448fc Mon Sep 17 00:00:00 2001 From: Anthony Griffon <1060101+Miaxos@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:06:10 +0000 Subject: [PATCH] chore: release Signed-off-by: Anthony Griffon <1060101+Miaxos@users.noreply.github.com> --- cli/CHANGELOG.md | 6 ++++++ cli/Cargo.toml | 2 +- lib/swarmd_local_runtime/CHANGELOG.md | 5 +++++ lib/swarmd_local_runtime/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 583ebc9..4604fc5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.13...swarmd-v0.1.14) - 2023-12-07 + +### Other +- update dependencies +- update Dependencies and try to fix release ci for linux + ## [0.1.13](https://github.com/swarmd-io/swarmd/compare/swarmd-v0.1.12...swarmd-v0.1.13) - 2023-12-06 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f943243..f424f5b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swarmd" -version = "0.1.13" +version = "0.1.14" edition = "2021" description = "Swarmd CLI" authors = ["Swarmd Team"] diff --git a/lib/swarmd_local_runtime/CHANGELOG.md b/lib/swarmd_local_runtime/CHANGELOG.md index 17c9496..64612b2 100644 --- a/lib/swarmd_local_runtime/CHANGELOG.md +++ b/lib/swarmd_local_runtime/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/swarmd-io/swarmd/compare/swarmd_local_runtime-v0.0.2...swarmd_local_runtime-v0.0.3) - 2023-12-07 + +### Other +- update Dependencies and try to fix release ci for linux + ## [0.0.2](https://github.com/swarmd-io/swarmd/releases/tag/swarmd_local_runtime-v0.0.2) - 2023-12-06 ### Other diff --git a/lib/swarmd_local_runtime/Cargo.toml b/lib/swarmd_local_runtime/Cargo.toml index 86fc213..b464693 100644 --- a/lib/swarmd_local_runtime/Cargo.toml +++ b/lib/swarmd_local_runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swarmd_local_runtime" -version = "0.0.2" +version = "0.0.3" authors.workspace = true edition.workspace = true license.workspace = true