Skip to content

Commit

Permalink
feat(release): bump to v5.7.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed May 17, 2024
1 parent 3c79626 commit e33eb23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.7.0](https://github.com/olets/zsh-abbr/compare/v5.6.0...v5.7.0) (2024-05-17)


### Features

* **changelog:** script ([e3235c9](https://github.com/olets/zsh-abbr/commit/e3235c96289fc6a6a8f52f313e196f66ae8975f4))
* **tmpdir:** new internal var instead of mutating user config var ([d42a692](https://github.com/olets/zsh-abbr/commit/d42a69256296ddca39706e15993a60578d05ba5f))



# [5.6.0](https://github.com/olets/zsh-abbr/compare/v5.5.0...v5.6.0) (2024-05-16)


Expand All @@ -13,16 +23,11 @@



# ⚠️ [5.5.0](https://github.com/olets/zsh-abbr/compare/v5.4.1...v5.5.0) (2024-05-16)
# [5.5.0](https://github.com/olets/zsh-abbr/compare/v5.4.1...v5.5.0) (2024-05-16)

**⚠️ Yanked ⚠️**


### Features

* **ABBR_TMPDIR:** distinct paths for un/privileged users [[#54](https://github.com/olets/zsh-abbr/issues/54)] ([08d852a](https://github.com/olets/zsh-abbr/commit/08d852ae34832c8540262f824468c2ce3df8777a))



# [5.4.1](https://github.com/olets/zsh-abbr/compare/v5.4.0...v5.4.1) (2024-03-08)

Expand Down
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 "May 16 2024" "abbr 5.6.0" "User Commands"
.TH "ZSH-ABBR" 1 "May 16 2024" "abbr 5.7.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
Expand Up @@ -2,7 +2,7 @@

# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v5.6.0
# v5.7.0
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -84,7 +84,7 @@ abbr() {
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="May 16 2024"
version="zsh-abbr version 5.6.0"
version="zsh-abbr version 5.7.0"

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

0 comments on commit e33eb23

Please sign in to comment.