Skip to content

Commit

Permalink
chore(bump): bump, update changelog, use correct version in -v
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 24, 2021
1 parent cfe5abb commit 4fb3982
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
# [4.6.0](https://github.com/olets/zsh-abbr/compare/v4.5.0...v4.6.0) (2021-09-24)

- `--version` shows the correct version number again.
### Features

* **license:** new license ([cfe5abb](https://github.com/olets/zsh-abbr/commit/cfe5abb2c16fa5ceb4fd6b965b5667c69e375628))


# [4.5.0](https://github.com/olets/zsh-abbr/compare/v4.4.0...v4.5.0) (2021-09-14)


_In this version `abbr -v` gives `zsh-abbr version 4.4.0`_

### 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))
Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "September 14 2021" "abbr 4.5.0" "User Commands"
.TH "ZSH-ABBR" 1 "September 23 2021" "abbr 4.6.0" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 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.5.0
# v4.6.0
# Copyright (c) 2019-2021 Henry Bley-Vroman


Expand Down Expand Up @@ -56,8 +56,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="September 14 2021"
version="zsh-abbr version 4.4.0"
release_date="September 23 2021"
version="zsh-abbr version 4.6.0"

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

0 comments on commit 4fb3982

Please sign in to comment.