Skip to content

Commit

Permalink
chore: release (#516)
Browse files Browse the repository at this point in the history
## πŸ€– New release
* `homestar-runtime`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
* `homestar-invocation`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
* `homestar-wasm`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
* `homestar-workflow`: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `homestar-runtime`
<blockquote>

##
[0.1.1](homestar-runtime-v0.1.0...homestar-runtime-v0.1.1)
- 2024-01-20

### Fixed
- docs for release
([#519](#519))

### Other
- deps-clean ([#522](#522))
</blockquote>

## `homestar-invocation`
<blockquote>

##
[0.1.1](homestar-invocation-v0.1.0...homestar-invocation-v0.1.1)
- 2024-01-20

### Fixed
- docs for release
([#519](#519))
</blockquote>

## `homestar-wasm`
<blockquote>

##
[0.1.1](homestar-wasm-v0.1.0...homestar-wasm-v0.1.1)
- 2024-01-20

### Fixed
- docs for release
([#519](#519))
</blockquote>

## `homestar-workflow`
<blockquote>

##
[0.1.1](homestar-workflow-v0.1.0...homestar-workflow-v0.1.1)
- 2024-01-20

### Fixed
- docs for release
([#519](#519))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: release-plz-ipvm-wg[bot] <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com>
Co-authored-by: release-plz-ipvm-wg[bot] <144082651+release-plz-ipvm-wg[bot]@users.noreply.github.com>
  • Loading branch information
release-plz-ipvm-wg[bot] committed Jan 20, 2024
1 parent aa67532 commit f29d4d4
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
12 changes: 12 additions & 0 deletions homestar-invocation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
15 changes: 15 additions & 0 deletions homestar-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
12 changes: 12 additions & 0 deletions homestar-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
12 changes: 12 additions & 0 deletions homestar-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit f29d4d4

Please sign in to comment.