diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c13349..7a191ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.9.2](https://github.com/olets/zsh-abbr/compare/v4.9.1...v4.9.2) (2023-02-10) + + +### Bug Fixes + +* **binaries:** delete file missed in 347f2fa [[#73](https://github.com/olets/zsh-abbr/issues/73)] ([627490b](https://github.com/olets/zsh-abbr/commit/627490b169b3011a69491df5b536c264f7278900)) + + + # [4.9.1](https://github.com/olets/zsh-abbr/compare/v4.8.4...v4.9.1) (2022-12-28) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 8d58e806..40c90915 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "December 28 2022" "abbr 4.9.1" "User Commands" +.TH "ZSH-ABBR" 1 "February 10 2023" "abbr 4.9.2" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 61e42de5..149c5272 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -1,6 +1,6 @@ # abbreviation management for zsh, inspired by fish shell and enhanced # https://github.com/olets/zsh-abbr -# v4.9.1 +# v4.9.2 # Copyright (c) 2019-present Henry Bley-Vroman @@ -68,7 +68,7 @@ _abbr() { quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER release_date="December 28 2022" - version="zsh-abbr version 4.9.1" + version="zsh-abbr version 4.9.2" # Deprecation notices for values that could be meaningfully set after initialization # Example form: