Skip to content

Commit

Permalink
chore(bump): bump to v5.0.0.beta-5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 28, 2022
1 parent c220f7c commit be409c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [5.0.0.beta-5](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-4...v5.0.0.beta-5) (2022-12-23)

### Features

From v4.9:

* **profile:** new command ([4ba4bc8](https://github.com/olets/zsh-abbr/commit/4ba4bc8831d1b3bbd228570a212160494955cc2f))


# [5.0.0.beta-4](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-3...v5.0.0.beta-4) (2022-12-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "January 3 2022" "abbr 4.7.1" "User Commands"
.TH "ZSH-ABBR" 1 "December 28 2022" "abbr 5.0.0.beta-5" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
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-4
# v5.0.0.beta-5
# 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="December 16 2022"
version="zsh-abbr version 5.0.0.beta-4"
release_date="December 28 2022"
version="zsh-abbr version 5.0.0.beta-5"

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

0 comments on commit be409c7

Please sign in to comment.