Skip to content

Commit

Permalink
chore(version): bump, and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Apr 23, 2020
1 parent aa62bd2 commit 78bb6d7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [v3.2.3](https://github.com/olets/zsh-abbr/compare/v3.2.2...v3.2.3) (2020-04-23)


### Bug Fixes

* **import git aliases:** preserve quotation marks ([aa62bd2](https://github.com/olets/zsh-abbr/commit/aa62bd289c8b1d1e4068679f9a6d9139930a9db7))



# [3.2.2](https://github.com/olets/zsh-abbr/compare/v3.2.1...v3.2.2) (2020-04-18)


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



abbr 3.2.2 April 18 2020 ZSH-ABBR(1)
abbr 3.2.3 April 22 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "April 18 2020" "abbr 3.2.2" "User Commands"
.TH "ZSH-ABBR" 1 "April 22 2020" "abbr 3.2.3" "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 @@
# fish shell-like abbreviation management for zsh.
# https://github.com/olets/zsh-abbr
# v3.2.2
# v3.2.3
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand All @@ -24,10 +24,10 @@ _zsh_abbr() {
text_bold text_reset type version
dry_run=${ZSH_ABBR_DRY_RUN:-0}
number_opts=0
release_date="April 18 2020"
release_date="April 22 2020"
text_bold="\\033[1m"
text_reset="\\033[0m"
version="zsh-abbr version 3.2.2"
version="zsh-abbr version 3.2.3"

function _zsh_abbr:add() {
(( ZSH_ABBR_DEBUG )) && echo "_zsh_abbr:add"
Expand Down

0 comments on commit 78bb6d7

Please sign in to comment.