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 Mar 28, 2021
1 parent 3749de7 commit 7609657
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [4.3.0](https://github.com/olets/zsh-abbr/compare/v4.3.0...v4.3.0) (2021-03-28)


### Features

* **tests:** use zsh-test-runner (ztr) ([da2b0b9](https://github.com/olets/zsh-abbr/commit/da2b0b989b57e0828a766f330ccc0b2df889f8e3))


# [4.2.1](https://github.com/olets/zsh-abbr/compare/v4.2.0...v4.2.1) (2021-02-28)


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



abbr 4.2.1 Feb 28 2021 ZSH-ABBR(1)
abbr 4.3.0 Feb 28 2021 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "Feb 28 2021" "abbr 4.2.1" "User Commands"
.TH "ZSH-ABBR" 1 "Feb 28 2021" "abbr 4.3.0" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 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.2.0
# v4.3.0
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand Down Expand Up @@ -52,7 +52,7 @@ _abbr() {
number_opts=0
quiet=$ABBR_QUIET
release_date="Feb 28 2021"
version="zsh-abbr version 4.2.1"
version="zsh-abbr version 4.3.0"

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

0 comments on commit 7609657

Please sign in to comment.