diff --git a/Cargo.lock b/Cargo.lock index 5eeb43f1..153f3255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "homestar-invocation" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-recursion", @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "homestar-runtime" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", @@ -2763,7 +2763,7 @@ dependencies = [ [[package]] name = "homestar-schemas" -version = "0.3.0" +version = "0.3.1" dependencies = [ "homestar-invocation", "homestar-runtime", @@ -2776,7 +2776,7 @@ dependencies = [ [[package]] name = "homestar-wasm" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", @@ -2806,7 +2806,7 @@ dependencies = [ [[package]] name = "homestar-workflow" -version = "0.3.0" +version = "0.3.1" dependencies = [ "fxhash", "homestar-invocation", diff --git a/Cargo.toml b/Cargo.toml index e70c6ce9..4179cd07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/ipvm-wg/homestar" rust-version = "1.75.0" -version = "0.3.0" +version = "0.3.1" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } diff --git a/homestar-invocation/CHANGELOG.md b/homestar-invocation/CHANGELOG.md index 062b0a6b..ee11c3e7 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.3.1](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.3.0...homestar-invocation-v0.3.1) - 2024-05-17 + +### Other +- wasm/warg namespace cleanup ([#630](https://github.com/ipvm-wg/homestar/pull/630)) + ## [0.3.0](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.2.0...homestar-invocation-v0.3.0) - 2024-03-13 ### Added diff --git a/homestar-runtime/CHANGELOG.md b/homestar-runtime/CHANGELOG.md index 167b0813..396ac70b 100644 --- a/homestar-runtime/CHANGELOG.md +++ b/homestar-runtime/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.3.0...homestar-runtime-v0.3.1) - 2024-05-17 + +### Other +- wasm/warg namespace cleanup ([#630](https://github.com/ipvm-wg/homestar/pull/630)) + ## [0.3.0](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.2.0...homestar-runtime-v0.3.0) - 2024-03-13 ### Added diff --git a/homestar-wasm/CHANGELOG.md b/homestar-wasm/CHANGELOG.md index 366afe29..e16eee50 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.3.1](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.3.0...homestar-wasm-v0.3.1) - 2024-05-17 + +### Other +- wasm/warg namespace cleanup ([#630](https://github.com/ipvm-wg/homestar/pull/630)) + ## [0.3.0](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.2.0...homestar-wasm-v0.3.0) - 2024-03-13 ### Added