Skip to content

Commit

Permalink
chore(bump): bump to v5.0.0.beta-8, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 21, 2023
1 parent 36a8da3 commit 40dd6d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# [5.0.0.beta-8](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-6...v5.0.0.beta-8) (2023-02-20)

### Features

From 4.9.3:

* **actions:** publishing releases automatically bumps homebrew ([a87679d](https://github.com/olets/zsh-abbr/commit/a87679d3097e4c9f1c536f94a700b88900387c33))
* **bench:** add configs ([4277de1](https://github.com/olets/zsh-abbr/commit/4277de1dec3726527c50c59376fc2fa4fa822f9d))



# [5.0.0.beta-7](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-6...v5.0.0.beta-7) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "February 10 2023" "abbr 5.0.0.beta-7" "User Commands"
.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 5.0.0.beta-8" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
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-7
# v5.0.0.beta-8
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -66,8 +66,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="January 5 2023"
version="zsh-abbr version 5.0.0.beta-7"
release_date="February 20 2023"
version="zsh-abbr version 5.0.0.beta-8"

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

0 comments on commit 40dd6d0

Please sign in to comment.