Skip to content

Commit

Permalink
chore(version): bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Aug 23, 2020
1 parent ef12b9e commit 146edaf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [v4.0.1](https://github.com/olets/zsh-abbr/compare/v4.0.0...v4.0.1) (2020-08-23)

### Bug Fixes

`abbr e -g <existing global abbreviation>` finished with the log message "regular user abbreviation". No longer! And polishes up tests.

* **fix,refactor(logs):** correct type and scope ([a5a4171](https://github.com/olets/zsh-abbr/commit/a5a4171d448f3ee2cfe83d8c1dc8fa2063bb3e2c))



# [v4.0.0](https://github.com/olets/zsh-abbr/compare/v3.3.4...v4.0.0) (2020-07-26)


Expand Down
2 changes: 1 addition & 1 deletion man/abbr.txt
Expand Up @@ -261,4 +261,4 @@ AUTHORS



abbr 4.0.0 July 26 2020 ZSH-ABBR(1)
abbr 4.0.1 August 23 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "July 26 2020" "abbr 4.0.0" "User Commands"
.TH "ZSH-ABBR" 1 "August 23 2020" "abbr 4.0.1" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.0.0
# v4.0.1
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand Down Expand Up @@ -48,8 +48,8 @@ _abbr() {
force=$ABBR_FORCE
number_opts=0
quiet=$ABBR_QUIET
release_date="July 26 2020"
version="zsh-abbr version 4.0.0"
release_date="Aug 23 2020"
version="zsh-abbr version 4.0.1"

if ! (( ${+NO_COLOR} )); then
error_color="$fg[red]"
Expand Down

0 comments on commit 146edaf

Please sign in to comment.