From 8e9efec5ecc5cd131c43db5ee7731fb1ff8efecc Mon Sep 17 00:00:00 2001 From: "release-plz-ipvm-wg[bot]" <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:54:01 +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 | 12 ++++++++++++ homestar-runtime/CHANGELOG.md | 12 ++++++++++++ homestar-wasm/CHANGELOG.md | 12 ++++++++++++ homestar-workflow/CHANGELOG.md | 12 ++++++++++++ 6 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 homestar-invocation/CHANGELOG.md create mode 100644 homestar-runtime/CHANGELOG.md create mode 100644 homestar-wasm/CHANGELOG.md create mode 100644 homestar-workflow/CHANGELOG.md 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..3a266e2c --- /dev/null +++ b/homestar-runtime/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-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)) 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))