diff --git a/Cargo.lock b/Cargo.lock index c1a6f588..0c9c576e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2454,7 +2454,7 @@ dependencies = [ [[package]] name = "homestar-invocation" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-recursion", @@ -2480,7 +2480,7 @@ dependencies = [ [[package]] name = "homestar-runtime" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", @@ -2581,7 +2581,7 @@ dependencies = [ [[package]] name = "homestar-wasm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "homestar-workflow" -version = "0.1.0" +version = "0.1.1" dependencies = [ "fxhash", "homestar-invocation", diff --git a/Cargo.toml b/Cargo.toml index 677caaf3..f94f03ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/ipvm-wg/homestar" rust-version = "1.73.0" -version = "0.1.0" +version = "0.1.1" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } diff --git a/homestar-invocation/CHANGELOG.md b/homestar-invocation/CHANGELOG.md new file mode 100644 index 00000000..6903b403 --- /dev/null +++ b/homestar-invocation/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-invocation-v0.1.0...homestar-invocation-v0.1.1) - 2024-01-20 + +### Fixed +- docs for release ([#519](https://github.com/ipvm-wg/homestar/pull/519)) diff --git a/homestar-runtime/CHANGELOG.md b/homestar-runtime/CHANGELOG.md new file mode 100644 index 00000000..7adfc660 --- /dev/null +++ b/homestar-runtime/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-runtime-v0.1.0...homestar-runtime-v0.1.1) - 2024-01-20 + +### Fixed +- docs for release ([#519](https://github.com/ipvm-wg/homestar/pull/519)) + +### Other +- deps-clean ([#522](https://github.com/ipvm-wg/homestar/pull/522)) diff --git a/homestar-wasm/CHANGELOG.md b/homestar-wasm/CHANGELOG.md new file mode 100644 index 00000000..f2c50ef0 --- /dev/null +++ b/homestar-wasm/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-wasm-v0.1.0...homestar-wasm-v0.1.1) - 2024-01-20 + +### Fixed +- docs for release ([#519](https://github.com/ipvm-wg/homestar/pull/519)) diff --git a/homestar-workflow/CHANGELOG.md b/homestar-workflow/CHANGELOG.md new file mode 100644 index 00000000..9efa91ee --- /dev/null +++ b/homestar-workflow/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ipvm-wg/homestar/compare/homestar-workflow-v0.1.0...homestar-workflow-v0.1.1) - 2024-01-20 + +### Fixed +- docs for release ([#519](https://github.com/ipvm-wg/homestar/pull/519))