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 Dec 13, 2020
1 parent d9e01eb commit cb18246
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [4.2.0](https://github.com/olets/zsh-abbr/compare/v4.1.2...v4.2.0) (2020-12-13)


### Features

* **add:** logs always include type and scope ([70ee858](https://github.com/olets/zsh-abbr/commit/70ee8580402bc7ce766ecfac4f57c22bf0ec8f3d))
* **import-git-aliases:** respect multiline Git aliases ([#30](https://github.com/olets/zsh-abbr/issues/30) / PR [#31](https://github.com/olets/zsh-abbr/issues/31)) by [@henrebotha](https://github.com/olets/zsh-abbr/commits?author=henrebotha) ([5deee28](https://github.com/olets/zsh-abbr/commit/5deee288b1c29441358922f437b9e04c2d99c86d))
* **import-git-aliases:** support specifying config file path ([31fca3f](https://github.com/olets/zsh-abbr/commit/31fca3f21103c2ddcb02b69b6d4c62a3fc7b988c))



# [v4.1.2](https://github.com/olets/zsh-abbr/compare/v4.1.1...v4.1.2) (2020-11-02)


Expand Down
2 changes: 1 addition & 1 deletion man/abbr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ AUTHORS



abbr 4.1.2 Nov 2 2020 ZSH-ABBR(1)
abbr 4.2.0 Dec 13 2020 ZSH-ABBR(1)
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 "Nov 2 2020" "abbr 4.1.2" "User Commands"
.TH "ZSH-ABBR" 1 "Dec 13 2020" "abbr 4.2.0" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.1.2
# v4.2.0
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand Down Expand Up @@ -52,7 +52,7 @@ _abbr() {
number_opts=0
quiet=$ABBR_QUIET
release_date="Nov 2 2020"
version="zsh-abbr version 4.1.2"
version="zsh-abbr version 4.2.0"

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

0 comments on commit cb18246

Please sign in to comment.