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 Feb 28, 2021
1 parent 093269a commit 843e5ef
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [4.2.1](https://github.com/olets/zsh-abbr/compare/v4.2.0...v4.2.1) (2021-02-28)


### Features

* **echo:** always use builtin ([093269a](https://github.com/olets/zsh-abbr/commit/093269a6a687dd28cb4d5c5122809725c8724998))
* **tests:** new harness + support skipping ([b884a9f](https://github.com/olets/zsh-abbr/commit/b884a9f533c6f2ca1bd696ad056e06c6257b0bff))
* **rm:** Make sure "rm" is run as command and not as alias, by [@hojerst](https://github.com/olets/zsh-abbr/commits?author=hojerst)) ([d275169](https://github.com/olets/zsh-abbr/commit/d275169fe16be53dcaad93e4ad18d1bb1d11d542))


# [4.2.0](https://github.com/olets/zsh-abbr/compare/v4.1.2...v4.2.0) (2020-12-13)


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



abbr 4.2.0 Dec 13 2020 ZSH-ABBR(1)
abbr 4.2.1 Feb 28 2021 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "Dec 13 2020" "abbr 4.2.0" "User Commands"
.TH "ZSH-ABBR" 1 "Feb 28 2021" "abbr 4.2.1" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions zsh-abbr.zsh
Expand Up @@ -51,8 +51,8 @@ _abbr() {
force=$ABBR_FORCE
number_opts=0
quiet=$ABBR_QUIET
release_date="Nov 2 2020"
version="zsh-abbr version 4.2.0"
release_date="Feb 28 2021"
version="zsh-abbr version 4.2.1"

# Deprecation notices for values that could be meaningfully set after initialization
# Example form:
Expand Down

0 comments on commit 843e5ef

Please sign in to comment.