Skip to content

Commit

Permalink
feat(release): bump to v5.8.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jul 29, 2024
1 parent ee20937 commit e612d66
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.8.1](https://github.com/olets/zsh-abbr/compare/v5.8.0...v5.8.1) (2024-07-29)


### Features

* **abbr-expand-and-space:** deprecation warning points to abbr-expand-and-insert ([752e9fc](https://github.com/olets/zsh-abbr/commit/752e9fcc4daff680545c30f8f857913d66f6f5e6))
* **internal fns:** prep for making internal only ([805a236](https://github.com/olets/zsh-abbr/commit/805a2367cd6bc5cdc63a3786833651485c46396d))



# [5.8.0](https://github.com/olets/zsh-abbr/compare/v5.7.1...v5.8.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion completions/_abbr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Completion script for zsh-abbr
#
# https://github.com/olets/zsh-abbr
# v5.8.0
# v5.8.1
# Copyright (c) 2019-present Henry Bley-Vroman
#
# Licensed under the same license as zsh-abbr. See zsh-abbr's LICENSE file
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 "May 22 2024" "abbr 5.8.0" "User Commands"
.TH "ZSH-ABBR" 1 "July 29 2024" "abbr 5.8.1" "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.8.0
# v5.8.1
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -86,8 +86,8 @@ abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="May 22 2024"
version="zsh-abbr version 5.8.0"
release_date="July 29 2024"
version="zsh-abbr version 5.8.1"

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

0 comments on commit e612d66

Please sign in to comment.