Skip to content

Commit

Permalink
feat(release): bump to v5.8.3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 8, 2024
1 parent 58e0896 commit c2f1db7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [5.8.3](https://github.com/olets/zsh-abbr/compare/v5.8.2...v5.8.3) (2024-10-08)


### Bug Fixes

* **sync user:** 'mv': do not follow aliases or custom functions [[#149](https://github.com/olets/zsh-abbr/issues/149)] ([58e0896](https://github.com/olets/zsh-abbr/commit/58e08966ced20c131e9b59b0cc14fb01e35a4881))


### Features

* **github:** 'accepted feature request' issue template ([4a5b1c9](https://github.com/olets/zsh-abbr/commit/4a5b1c99adf21fb80a087d7ddf78cbbd7acadb56))
* **publish-release workflow:** pin mislav/bump-homebrew-formula-action at v3.1 ([07a02be](https://github.com/olets/zsh-abbr/commit/07a02be62468468124cd0baaeac025a511381f13))

### Tests

Increase coverage, including some breaking tests related to [#118](https://github.com/olets/zsh-abbr/issues/118).



# [5.8.2](https://github.com/olets/zsh-abbr/compare/v5.8.1...v5.8.2) (2024-07-29)

Cleans up a Git conflict resolution mistake.
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.2
# v5.8.3
# 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 "July 29 2024" "abbr 5.8.2" "User Commands"
.TH "ZSH-ABBR" 1 "October 8 2024" "abbr 5.8.3" "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.2
# v5.8.3
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -84,8 +84,8 @@ abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="July 29 2024"
version="zsh-abbr version 5.8.2"
release_date="October 8 2024"
version="zsh-abbr version 5.8.3"

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

0 comments on commit c2f1db7

Please sign in to comment.