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 Oct 24, 2020
1 parent 6628bb2 commit 44fafc4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
# [v4.1.0](https://github.com/olets/zsh-abbr/compare/v4.0.2...v4.1.0) (2020-10-24)

Friendlier widget names, and syntax highlighting snippets for `zsh-syntax-highlighting`.

### Features

* **deprecations:** reinstate support for warnings + add example forms ([73c4626](https://github.com/olets/zsh-abbr/commit/73c4626c06f6d0d7a50e83f1f32a0d614f84116e))
* **widgets:** rename widgets, deprecate old names, add precmd ([35a2c15](https://github.com/olets/zsh-abbr/commit/35a2c155636dfd4510646fa51d80c1a9d01059c1))
* **precmd:** add precmd logging ([35a2c15](https://github.com/olets/zsh-abbr/commit/35a2c155636dfd4510646fa51d80c1a9d01059c1))



# [v4.0.2](https://github.com/olets/zsh-abbr/compare/v4.0.1...v4.0.2) (2020-09-14)


Expand Down
2 changes: 1 addition & 1 deletion man/abbr.txt
Expand Up @@ -261,4 +261,4 @@ AUTHORS



abbr 4.0.2 September 14 2020 ZSH-ABBR(1)
abbr 4.1.0 October 24 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "September 14 2020" "abbr 4.0.2" "User Commands"
.TH "ZSH-ABBR" 1 "October 24 2020" "abbr 4.1.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.0.2
# v4.1.0
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand Down Expand Up @@ -51,8 +51,8 @@ _abbr() {
force=$ABBR_FORCE
number_opts=0
quiet=$ABBR_QUIET
release_date="Sept 14 2020"
version="zsh-abbr version 4.0.2"
release_date="Oct 24 2020"
version="zsh-abbr version 4.1.0"

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

0 comments on commit 44fafc4

Please sign in to comment.