Skip to content

Commit

Permalink
Prepare the 0.2.1 release. (#31)
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
jsirois authored Nov 13, 2022
1 parent d33f46a commit 64a0705
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
prerelease: false
files: dist/scie-jump*
fail_on_unmatched_files: true
discussion_category_name: Announcements
aarch64-release-trigger:
name: Trigger Circle CI Linux aarch64 Github Release
needs:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.2.1

This release fixes blob file locks in the presence of boot bindings that delete blobs as part of
their post install preparations.

## 0.2.0

This release brings support for boot bindings: commands that will be run exactly once to perform
Expand Down
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ members = [

[package]
name = "scie-jump"
version = "0.2.0"
version = "0.2.1"
description = "The self contained interpreted executable launcher."
authors = [
"John Sirois <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion jump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jump"
version = "0.2.0"
version = "0.2.1"
description = "The bulk of the scie-jump binary logic."
authors = [
"John Sirois <[email protected]>",
Expand Down

0 comments on commit 64a0705

Please sign in to comment.