From 960174a4e8dbbd65809d5576e5b88cccf1c105a2 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sat, 18 May 2024 12:06:01 -1000 Subject: [PATCH] feat(release): bump to 5.7.1, update changelog --- CHANGELOG.md | 6 ++++++ completions/_abbr | 2 +- man/man1/abbr.1 | 2 +- zsh-abbr.zsh | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 714c605..a2e08f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [5.7.1](https://github.com/olets/zsh-abbr/compare/v5.7.0...v5.7.1) (2024-05-18) + +* **completions:** correct version number ([fa4ca0e](https://github.com/olets/zsh-abbr/commit/fa4ca0e1436e60548ee0c1b637e1fc250c168a7b)) + + + # [5.7.0](https://github.com/olets/zsh-abbr/compare/v5.6.0...v5.7.0) (2024-05-17) diff --git a/completions/_abbr b/completions/_abbr index 492d986..dddc2b9 100644 --- a/completions/_abbr +++ b/completions/_abbr @@ -3,7 +3,7 @@ # Completion script for zsh-abbr # # https://github.com/olets/zsh-abbr -# v5.7.0 +# v5.7.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 027c044..a00258c 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "May 16 2024" "abbr 5.7.0" "User Commands" +.TH "ZSH-ABBR" 1 "May 18 2024" "abbr 5.7.1" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 8e71f2e..2882528 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 -# v5.7.0 +# v5.7.1 # Copyright (c) 2019-present Henry Bley-Vroman @@ -83,8 +83,8 @@ abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="May 16 2024" - version="zsh-abbr version 5.7.0" + release_date="May 18 2024" + version="zsh-abbr version 5.7.1" # Deprecation notices for values that could be meaningfully set after initialization # Example form: