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 Mar 22, 2020
1 parent 3d24563 commit 82fe4b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [3.1.2](https://github.com/olets/zsh-abbr/compare/v3.1.1...v3.1.2) (2020-03-22)

### Features

* **manpage**: brew users get manpage, rest get text copy ([ed35f49](https://github.com/olets/zsh-abbr/commit/ed35f49c40e1e503881aeb8023616a3c791cb51f))
* **quotes**: quotation marks are preserved [[#10](https://github.com/olets/zsh-abbr/issues/10)] ([5a3b905](https://github.com/olets/zsh-abbr/commit/5a3b9056695fe8c852790d2cfc6f352959cbcfbf))


# [v3.1.1](https://github.com/olets/zsh-abbr/compare/v3.1.0...v3.1.1) (2020-03-07)

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



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


Expand Down Expand Up @@ -46,12 +46,12 @@ _zsh_abbr() {
opt_scope_user=false
opt_print_version=false
type_set=false
release_date="March 7 2020"
release_date="March 22 2020"
scope_set=false
should_exit=false
text_bold="\\033[1m"
text_reset="\\033[0m"
version="zsh-abbr version 3.1.1"
version="zsh-abbr version 3.1.2"

function add() {
local abbreviation
Expand Down

0 comments on commit 82fe4b0

Please sign in to comment.