Skip to content

Commit

Permalink
chore(bump): bump to v4.9.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 24, 2023
1 parent ebc7d80 commit 0da108c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
> This is a legacy version. For the latest CHANGELOG see <https://github.com/olets/zsh-abbr/blob/main/CHANGELOG.md>.





# [4.9.5](https://github.com/olets/zsh-abbr/compare/v4.9.3...v4.9.5) (2023-02-24)

Updates in support of v5.0.0's release


# [4.9.4](https://github.com/olets/zsh-abbr/compare/v4.9.3...v4.9.4) (2023-02-21)

Update release date
Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 4.9.4" "User Commands"
.TH "ZSH-ABBR" 1 "February 23 2023" "abbr 4.9.5" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 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.9.4
# v4.9.5
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -67,8 +67,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="February 20 2023"
version="zsh-abbr version 4.9.4"
release_date="February 23 2023"
version="zsh-abbr version 4.9.5"

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

0 comments on commit 0da108c

Please sign in to comment.