Skip to content

Commit

Permalink
chore(bump): bump to v5.0.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 19, 2023
1 parent 4252e49 commit 03328a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,20 @@
# [v5.0.0](https://github.com/olets/zsh-abbr/compare/v4.9.3...v5.0.0) (2023-02-23)
# [5.0.1](https://github.com/olets/zsh-abbr/compare/v5.0.0...v5.0.1) (2023-03-19)


### Bug Fixes

* **expand:** quotation marks are preserved ([2cb3613](https://github.com/olets/zsh-abbr/commit/2cb3613d0bb584507b6fb8744c7b3ce61fba5abc))
* Corrected false-negative tests


### Features

* **expand:** support multi-word string ([70663b1](https://github.com/olets/zsh-abbr/commit/70663b1955427e988671b6e2f34e296c766a673f))
* Test suite runs multiple file, logs file names



# [5.0.0](https://github.com/olets/zsh-abbr/compare/v4.9.3...v5.0.0) (2023-02-23)

Has breaking changes. See the [migration guide](https://zsh-abbr.olets.dev/migrating-between-versions).

Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "February 23 2023" "abbr 5.0.0" "User Commands"
.TH "ZSH-ABBR" 1 "March 18 2023" "abbr 5.0.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 @@ -66,8 +66,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="February 23 2023"
version="zsh-abbr version 5.0.0"
release_date="March 18 2023"
version="zsh-abbr version 5.0.1"

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

0 comments on commit 03328a1

Please sign in to comment.