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 18, 2020
1 parent a5d7c1d commit d9041e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# [3.2.1](https://github.com/olets/zsh-abbr/compare/v3.2...v3.2.1) (2020-04-18)

### Features

* **ls:** wrap command to not follow potential alias [#13](https://github.com/olets/zsh-abbr/issues/13) ([a5d7c1d](https://github.com/olets/zsh-abbr/commit/a5d7c1d6f3aa0d6e4b4839c3c3c40c80b876e7a7))

# [3.2](https://github.com/olets/zsh-abbr/compare/v3.1.2...v3.2) (2020-04-07)

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



abbr 3.1.2 March 22 2020 ZSH-ABBR(1)
abbr 3.2.1 April 18 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "March 22 2020" "abbr 3.1.2" "User Commands"
.TH "ZSH-ABBR" 1 "April 18 2020" "abbr 3.2.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 @@
# fish shell-like abbreviation management for zsh.
# https://github.com/olets/zsh-abbr
# v3.2
# v3.2.1
# 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 7 2020"
release_date="April 18 2020"
text_bold="\\033[1m"
text_reset="\\033[0m"
version="zsh-abbr version 3.2"
version="zsh-abbr version 3.2.1"

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

0 comments on commit d9041e1

Please sign in to comment.