Skip to content

Commit

Permalink
feat(release): bump to v4.9.6, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jul 29, 2024
1 parent 8e9e394 commit 1212bea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
> This is a legacy version. For the latest CHANGELOG see <https://github.com/olets/zsh-abbr/blob/main/CHANGELOG.md>.
&nbsp;


# [4.9.6](https://github.com/olets/zsh-abbr/compare/v4.9.5...v4.9.6) (2024-07-29)


### Bug Fixes

* **abbrevations file path:** expected logic ([8e9e394](https://github.com/olets/zsh-abbr/commit/8e9e394c5cc2ed5c108837725f45a00949b6d330))


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

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 "February 23 2023" "abbr 4.9.5" "User Commands"
.TH "ZSH-ABBR" 1 "July 29 2024" "abbr 4.9.6" "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
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.9.5
# v4.9.6
# 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 23 2023"
version="zsh-abbr version 4.9.5"
release_date="July 29 2024"
version="zsh-abbr version 4.9.6"

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

0 comments on commit 1212bea

Please sign in to comment.