From a72ce6e24043a147612e5b019256febfe4e4ff27 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 12 Nov 2024 05:29:24 -0800 Subject: [PATCH] Release v0.8.1 (#471) --- .changes/unreleased/Fixed-20241111-182144.yaml | 3 --- .changes/v0.8.1.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 .changes/unreleased/Fixed-20241111-182144.yaml create mode 100644 .changes/v0.8.1.md diff --git a/.changes/unreleased/Fixed-20241111-182144.yaml b/.changes/unreleased/Fixed-20241111-182144.yaml deleted file mode 100644 index 3c465eb7..00000000 --- a/.changes/unreleased/Fixed-20241111-182144.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 'Shell completion: Don''t use an incorrect command name if the binary is renamed.' -time: 2024-11-11T18:21:44.646934-08:00 diff --git a/.changes/v0.8.1.md b/.changes/v0.8.1.md new file mode 100644 index 00000000..030b7cb2 --- /dev/null +++ b/.changes/v0.8.1.md @@ -0,0 +1,3 @@ +## v0.8.1 - 2024-11-12 +### Fixed +- Shell completion: Don't use an incorrect command name if the binary is renamed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81588dad..258d50fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.8.1 - 2024-11-12 +### Fixed +- Shell completion: Don't use an incorrect command name if the binary is renamed. + ## v0.8.0 - 2024-11-09 ### Added - {trunk, branch checkout}: Add -n/--dry-run flag to print the target branch.