Skip to content

Commit

Permalink
chore(bump): bump to v5.0.0.beta-2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 19, 2022
1 parent a1a530b commit 92d96fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [5.0.0.beta-2](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-1...v5.0.0.beta-2) (2022-11-19)

### Features

From v4.8.2:

* **binaries:** remove [[#65](https://github.com/olets/zsh-abbr/issues/65)] ([347f2fa](https://github.com/olets/zsh-abbr/commit/347f2fa0c6b0a4069acc56dabd86911f04d777e5))


# [5.0.0.beta-1](https://github.com/olets/zsh-abbr/compare/v4.8.0...v5.0.0.beta-1) (2022-11-06)

Notably the first release of multi-word abbreviations and the move of the documentation out of the README and into a dedicated site.
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
Expand Up @@ -2,7 +2,7 @@

# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v5.0.0.beta-1
# v5.0.0.beta-2
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -69,8 +69,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="November 9 2022"
version="zsh-abbr version 5.0.0.beta-1"
release_date="November 19 2022"
version="zsh-abbr version 5.0.0.beta-2"

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

0 comments on commit 92d96fa

Please sign in to comment.