Skip to content

Commit

Permalink
chore(bump): bump to v4.8.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 8, 2022
1 parent 2df61f9 commit 2b7b26e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [4.8.0](https://github.com/olets/zsh-abbr/compare/v4.7.1...v4.8.0) (2022-09-08)


### Features

* **user abbreviation file:** respect XDG_CONFIG_HOME if defined (unless there's already an abbreviations file in the old default location), with [@qubidt](https://github.com/qubidt) ([5d59cd0](https://github.com/olets/zsh-abbr/commit/5d59cd0a62af1367aa4e6f0f548ee00914031013), [2df61f9](https://github.com/olets/zsh-abbr/commit/2df61f96f142e7ba13ffecbaae1256254608cf25))



# [4.7.1](https://github.com/olets/zsh-abbr/compare/v4.7.0...v4.7.1) (2022-01-03)

Copyright update
Expand Down
4 changes: 2 additions & 2 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.7.1
# v4.8.0
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -68,7 +68,7 @@ _abbr() {
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="January 3 2022"
version="zsh-abbr version 4.7.1"
version="zsh-abbr version 4.8.0"

# Deprecation notices for values that could be meaningfully set after initialization
# Example form:
Expand Down
Binary file modified zsh-abbr.zsh.zwc
Binary file not shown.

0 comments on commit 2b7b26e

Please sign in to comment.