From c3a60a237c6450734794fac1330194bb7c2e0a2a 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 19:05:38 +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 | 6 ++++++ homestar-runtime/CHANGELOG.md | 16 ++++++++++++++++ homestar-wasm/CHANGELOG.md | 6 ++++++ homestar-workflow/CHANGELOG.md | 6 ++++++ 6 files changed, 39 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b40c7dff..f3ffcf1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2494,7 +2494,7 @@ dependencies = [ [[package]] name = "homestar-invocation" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-recursion", @@ -2521,7 +2521,7 @@ dependencies = [ [[package]] name = "homestar-runtime" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "assert_cmd", @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "homestar-wasm" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", @@ -2659,7 +2659,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..709cab3f 100644 --- a/homestar-invocation/CHANGELOG.md +++ b/homestar-invocation/CHANGELOG.md @@ -6,6 +6,12 @@ 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 +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- 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..3e07002b 100644 --- a/homestar-runtime/CHANGELOG.md +++ b/homestar-runtime/CHANGELOG.md @@ -6,6 +6,22 @@ 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 +- just test conn ([#544](https://github.com/ipvm-wg/homestar/pull/544)) +- handle this evil workflow_info test ([#543](https://github.com/ipvm-wg/homestar/pull/543)) +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- [chore(cargo)](deps): bump puffin from 0.18.1 to 0.19.0 ([#537](https://github.com/ipvm-wg/homestar/pull/537)) +- 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..c77cb3c1 100644 --- a/homestar-wasm/CHANGELOG.md +++ b/homestar-wasm/CHANGELOG.md @@ -6,6 +6,12 @@ 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 +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- 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..57365cc9 100644 --- a/homestar-workflow/CHANGELOG.md +++ b/homestar-workflow/CHANGELOG.md @@ -6,6 +6,12 @@ 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 +- remove unnecessary deps and add tooling for those checks ([#541](https://github.com/ipvm-wg/homestar/pull/541)) +- 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