diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fcc1d..18ff5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [5.1.0](https://github.com/olets/zsh-abbr/compare/v5.0.1...v5.1.0) (2023-05-26) + + +### Features + +* **add:** support force [[#90](https://github.com/olets/zsh-abbr/issues/90)] ([7a3b6a4](https://github.com/olets/zsh-abbr/commit/7a3b6a4284502f8460294423243693cfd13fc78d)) +* **rename:** support force ([9be7b46](https://github.com/olets/zsh-abbr/commit/9be7b46fa1274e2ff16efe8e2e43ab74bfb01484)) + + + # [5.0.1](https://github.com/olets/zsh-abbr/compare/v5.0.0...v5.0.1) (2023-03-19) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 6fd23e8..67ff9e3 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "March 18 2023" "abbr 5.0.1" "User Commands" +.TH "ZSH-ABBR" 1 "May 26 2023" "abbr 5.1.0" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index a1dec94..836fbc0 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.0.0 +# v5.1.0 # Copyright (c) 2019-present Henry Bley-Vroman @@ -66,8 +66,8 @@ _abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="March 18 2023" - version="zsh-abbr version 5.0.1" + release_date="May 26 2023" + version="zsh-abbr version 5.1.0" # Deprecation notices for values that could be meaningfully set after initialization # Example form: