diff --git a/CHANGELOG.md b/CHANGELOG.md index e230b478..a682d8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v4.1.1](https://github.com/olets/zsh-abbr/compare/v4.1.0...v4.1.1) (2020-10-27) + + +### Bug Fixes + +* **homebrew:** shas match (empty) [[#27](https://github.com/olets/zsh-abbr/issues/27)] ([97b5fc2](https://github.com/olets/zsh-abbr/commit/97b5fc25205614d85b6a53f72b997935afa20d93)) + + + # [v4.1.0](https://github.com/olets/zsh-abbr/compare/v4.0.2...v4.1.0) (2020-10-24) Friendlier widget names, and syntax highlighting snippets for `zsh-syntax-highlighting`. diff --git a/man/abbr.txt b/man/abbr.txt index 33ffcc1b..44bec1a5 100644 --- a/man/abbr.txt +++ b/man/abbr.txt @@ -261,4 +261,4 @@ AUTHORS -abbr 4.1.0 October 24 2020 ZSH-ABBR(1) +abbr 4.1.1 October 27 2020 ZSH-ABBR(1) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index be5b083d..686d345e 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "October 24 2020" "abbr 4.1.0" "User Commands" +.TH "ZSH-ABBR" 1 "October 27 2020" "abbr 4.1.1" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index d5bc0ede..c2103ede 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.1.0 +# v4.1.1 # Copyright (c) 2019-2020 Henry Bley-Vroman @@ -52,7 +52,7 @@ _abbr() { number_opts=0 quiet=$ABBR_QUIET release_date="Oct 24 2020" - version="zsh-abbr version 4.1.0" + version="zsh-abbr version 4.1.1" # Deprecation notices for values that could be meaningfully set after initialization # Example form: