diff --git a/CHANGELOG.md b/CHANGELOG.md index 67860a6..714c605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 6ab5910..027c044 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -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 diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 65b5b7d..8e71f2e 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -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 @@ -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: