diff --git a/CHANGELOG.md b/CHANGELOG.md index 86dac01..fa149b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.8.2](https://github.com/olets/zsh-abbr/compare/v4.8.1...v4.8.2) (2022-11-19) + + +### Features + +* **binaries:** remove [[#65](https://github.com/olets/zsh-abbr/issues/65)] ([347f2fa](https://github.com/olets/zsh-abbr/commit/347f2fa0c6b0a4069acc56dabd86911f04d777e5)) + + + # [4.8.1](https://github.com/olets/zsh-abbr/compare/v4.8.0...v4.8.1) (2022-11-10) diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index b8775e7..71d5dea 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.8.1 +# v4.8.2 # Copyright (c) 2019-present Henry Bley-Vroman @@ -67,8 +67,8 @@ _abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="November 9 2022" - version="zsh-abbr version 4.8.1" + release_date="November 19 2022" + version="zsh-abbr version 4.8.2" # Deprecation notices for values that could be meaningfully set after initialization # Example form: