diff --git a/.changes/unreleased/Changed-20260815-001146.yaml b/.changes/unreleased/Changed-20260815-001146.yaml deleted file mode 100644 index 0c07cc4..0000000 --- a/.changes/unreleased/Changed-20260815-001146.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: List subcommands print out everything with no arguments -time: 2026-08-15T00:11:46.800589873-05:00 diff --git a/.changes/unreleased/Fixed-20260815-001500.yaml b/.changes/unreleased/Fixed-20260815-001500.yaml deleted file mode 100644 index 8140114..0000000 --- a/.changes/unreleased/Fixed-20260815-001500.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Error hooks no longer return after one is executed -time: 2026-08-15T00:15:00.347036265-05:00 diff --git a/.changes/v0.13.0.md b/.changes/v0.13.0.md new file mode 100644 index 0000000..7715dce --- /dev/null +++ b/.changes/v0.13.0.md @@ -0,0 +1,5 @@ +## v0.13.0 - 2026-08-15 +### Changed +* List subcommands print out everything with no arguments +### Fixed +* Error hooks no longer return after one is executed diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d76078..9d1ceac 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.13.0 - 2026-08-15 +### Changed +* List subcommands print out everything with no arguments +### Fixed +* Error hooks no longer return after one is executed + ## v0.12.1 - 2026-03-23 ### Added * Command output respects `command.[name].output.toLog` when standard output is enabled