Skip to content

Commit

Permalink
chore(version): bump, update changelog
Browse files Browse the repository at this point in the history
# 50-character subject line
# 72-character wrapped longer description
  • Loading branch information
olets committed Sep 14, 2020
1 parent 0ede5da commit 10f65df
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [v4.0.2](https://github.com/olets/zsh-abbr/compare/v4.0.1...v4.0.2) (2020-09-14)


### Bug Fixes

* **init:** all initialization happens in function [[#22](https://github.com/olets/zsh-abbr/issues/22)] ([8bbaa84](https://github.com/olets/zsh-abbr/commit/8bbaa841254e95b22144243d317f95051be31bf0))


### Features

* **abbr_job_pop:** use command 'rm' ([15e383b](https://github.com/olets/zsh-abbr/commit/15e383b8fff34fe14cf5191fe420f86d16058bd7))



# [v4.0.1](https://github.com/olets/zsh-abbr/compare/v4.0.0...v4.0.1) (2020-08-23)

`abbr e -g <existing global abbreviation>` finished with the log message "regular user abbreviation". No longer! And polishes up tests.
Expand Down
2 changes: 1 addition & 1 deletion man/abbr.txt
Expand Up @@ -261,4 +261,4 @@ AUTHORS



abbr 4.0.1 August 23 2020 ZSH-ABBR(1)
abbr 4.0.2 September 14 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "August 23 2020" "abbr 4.0.1" "User Commands"
.TH "ZSH-ABBR" 1 "September 14 2020" "abbr 4.0.2" "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.1
# v4.0.2
# 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="Aug 23 2020"
version="zsh-abbr version 4.0.1"
release_date="Sept 14 2020"
version="zsh-abbr version 4.0.2"

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

0 comments on commit 10f65df

Please sign in to comment.