From bebd8badd554fbd69d58b861a22b73fc9a5d72c3 Mon Sep 17 00:00:00 2001 From: "release-plz-ipvm-wg[bot]" <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 06:05:04 +0000 Subject: [PATCH] chore: release Signed-off-by: release-plz-ipvm-wg[bot] <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- homestar-invocation/CHANGELOG.md | 5 +++++ homestar-runtime/CHANGELOG.md | 12 ++++++++++++ homestar-wasm/CHANGELOG.md | 5 +++++ homestar-workflow/CHANGELOG.md | 5 +++++ 6 files changed, 32 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7a36e10..79ac56c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2474,7 +2474,7 @@ dependencies = [ [[package]] name = "homestar-invocation" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-recursion", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "homestar-runtime" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "assert_cmd", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "homestar-wasm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", @@ -2639,7 +2639,7 @@ dependencies = [ [[package]] name = "homestar-workflow" -version = "0.1.1" +version = "0.1.2" dependencies = [ "fxhash", "homestar-invocation", diff --git a/Cargo.toml b/Cargo.toml index 15f6dd0b..f2c0a9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/ipvm-wg/homestar" rust-version = "1.73.0" -version = "0.1.1" +version = "0.1.2" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } diff --git a/homestar-invocation/CHANGELOG.md b/homestar-invocation/CHANGELOG.md index 6903b403..0157aa2b 100644 --- a/homestar-invocation/CHANGELOG.md +++ b/homestar-invocation/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.1.1...homestar-invocation-v0.1.2) - 2024-01-30 + +### Other +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.1.0...homestar-invocation-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-runtime/CHANGELOG.md b/homestar-runtime/CHANGELOG.md index 7adfc660..fa013356 100644 --- a/homestar-runtime/CHANGELOG.md +++ b/homestar-runtime/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.1.1...homestar-runtime-v0.1.2) - 2024-01-30 + +### Added +- redial `node_addresses` at an interval on connection close ([#529](https://github.com/ipvm-wg/homestar/pull/529)) + +### Other +- updates/flaky kills on ci ([#540](https://github.com/ipvm-wg/homestar/pull/540)) +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) +- port selection and test config generation macro ([#528](https://github.com/ipvm-wg/homestar/pull/528)) +- [chore(cargo)](deps): bump serde_with from 3.4.0 to 3.5.0 ([#524](https://github.com/ipvm-wg/homestar/pull/524)) +- [chore(cargo)](deps): bump moka from 0.12.3 to 0.12.4 ([#525](https://github.com/ipvm-wg/homestar/pull/525)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.1.0...homestar-runtime-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-wasm/CHANGELOG.md b/homestar-wasm/CHANGELOG.md index f2c50ef0..4f24d897 100644 --- a/homestar-wasm/CHANGELOG.md +++ b/homestar-wasm/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.1.1...homestar-wasm-v0.1.2) - 2024-01-30 + +### Other +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.1.0...homestar-wasm-v0.1.1) - 2024-01-20 ### Fixed diff --git a/homestar-workflow/CHANGELOG.md b/homestar-workflow/CHANGELOG.md index 9efa91ee..43c4ab77 100644 --- a/homestar-workflow/CHANGELOG.md +++ b/homestar-workflow/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/ipvm-wg/homestar/compare/homestar-workflow-v0.1.1...homestar-workflow-v0.1.2) - 2024-01-30 + +### Other +- release docs and cp readmes ([#530](https://github.com/ipvm-wg/homestar/pull/530)) + ## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-workflow-v0.1.0...homestar-workflow-v0.1.1) - 2024-01-20 ### Fixed