From 716532a44e3d1548dd613da6a7824af23cdd42eb Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Tue, 10 Dec 2024 12:29:51 -1000 Subject: [PATCH] feat(release): bump to v6.0.1, update changelog --- CHANGELOG.md | 10 ++++++++++ completions/_abbr | 2 +- man/man1/abbr.1 | 2 +- zsh-abbr.zsh | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4328dfe..70fef70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [6.0.1](https://github.com/olets/zsh-abbr/compare/v6.0.0...v6.0.1) (2024-12-10) + +This is a no-changes release to document and announce impactful updates to associated repos. [[#156](https://github.com/olets/zsh-abbr/issues/156)] + +- The `zsh-abbr` and `zsh-abbr@6` Homebrew formulae successfully install zsh-abbr. +- The GitHub release has an associated working archive. +- The documentation site's manual installation snippet works. +- The documentation site includes solutions for installing with zgen, zit, zr, and zsh4humans. + + # [6.0.0](https://github.com/olets/zsh-abbr/compare/v6.0.0-beta.2...v6.0.0) (2024-11-12) ⚠️ Has breaking changes. If you do advanced configuration, read the [migration guide](https://zsh-abbr.olets.dev/migrating-between-versions.html) and/or read about [pinning v5.x](https://v5.zsh-abbr.olets.dev/installation.html). diff --git a/completions/_abbr b/completions/_abbr index 734ba9a..21d7fe5 100644 --- a/completions/_abbr +++ b/completions/_abbr @@ -3,7 +3,7 @@ # Completion script for zsh-abbr # # https://github.com/olets/zsh-abbr -# v6.0.0 +# v6.0.1 # Copyright (c) 2019-present Henry Bley-Vroman # # Licensed under the same license as zsh-abbr. See zsh-abbr's LICENSE file diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 9851f28..310a0e6 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "November 12 2024" "abbr 6.0.0" "User Commands" +.TH "ZSH-ABBR" 1 "December 10 2024" "abbr 6.0.1" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index e8391c0..324c71e 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -2,7 +2,7 @@ # abbreviation management for zsh, inspired by fish shell and enhanced # https://github.com/olets/zsh-abbr -# v6.0.0 +# v6.0.1 # Copyright (c) 2019-present Henry Bley-Vroman @@ -125,8 +125,8 @@ abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="November 12 2024" - version="zsh-abbr version 6.0.0" + release_date="December 10 2024" + version="zsh-abbr version 6.0.1" # Deprecation notices for values that could be meaningfully set after initialization # Example form: