Skip to content

Commit

Permalink
chore(version): bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 15, 2021
1 parent 7919369 commit f10935f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [4.5.0](https://github.com/olets/zsh-abbr/compare/v4.4.0...v4.5.0) (2021-09-15)


### Bug Fixes

* **temp files:** account for possibility of garbage cleaning [[#42](https://github.com/olets/zsh-abbr/issues/42)] ([38ffea2](https://github.com/olets/zsh-abbr/commit/38ffea289e31980e52d140868cdb4d0adf475e56))


### Features

* **color:** more reliable respect for NO_COLOR ([4706cf4](https://github.com/olets/zsh-abbr/commit/4706cf4722debb7ca2d9b9cc0b7089c74c89fd4b))



# [4.4.0](https://github.com/olets/zsh-abbr/compare/v4.3.0...v4.4.0) (2021-08-1)


Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "August 1 2021" "abbr 4.4.0" "User Commands"
.TH "ZSH-ABBR" 1 "September 14 2021" "abbr 4.5.0" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
@@ -1,7 +1,7 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.4.0
# Copyright (c) 2019-2020 Henry Bley-Vroman
# v4.5.0
# Copyright (c) 2019-2021 Henry Bley-Vroman


# CONFIGURATION
Expand Down Expand Up @@ -56,7 +56,7 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="August 1 2021"
release_date="September 14 2021"
version="zsh-abbr version 4.4.0"

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

0 comments on commit f10935f

Please sign in to comment.