diff --git a/CHANGELOG.md b/CHANGELOG.md index e678cf9..67860a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ -# [5.5.0](https://github.com/olets/zsh-abbr/compare/v5.4.1...v5.5.0) (2024-05-16) +# [5.6.0](https://github.com/olets/zsh-abbr/compare/v5.5.0...v5.6.0) (2024-05-16) + + +### Bug Fixes + +* missing quotation mark ([a19f0b2](https://github.com/olets/zsh-abbr/commit/a19f0b2e155c3eece602d8c24a26eb22c0bbc4fa)) + + +### Features + +* **ABBR_TMPDIR:** distinct paths for un/privileged users [[#54](https://github.com/olets/zsh-abbr/issues/54)] ([b740b01](https://github.com/olets/zsh-abbr/commit/b740b0166d50f339e19dcde6c240cd8761e5df8d)) +* **ABBR_TMPDIR:** support configurations without trailing slash. Thanks to @ealap ([7103519](https://github.com/olets/zsh-abbr/commit/71035198f805e947eb0434faeed772bc6d6d15ac)) + + + +# ⚠️ [5.5.0](https://github.com/olets/zsh-abbr/compare/v5.4.1...v5.5.0) (2024-05-16) + +**⚠️ Yanked ⚠️** ### Features diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 6fa5bc7..6ab5910 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "May 16 2024" "abbr 5.5.0" "User Commands" +.TH "ZSH-ABBR" 1 "May 16 2024" "abbr 5.6.0" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 29be162..6b9da99 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.5.0 +# v5.6.0 # Copyright (c) 2019-present Henry Bley-Vroman @@ -85,7 +85,7 @@ abbr() { quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER release_date="May 16 2024" - version="zsh-abbr version 5.5.0" + version="zsh-abbr version 5.6.0" # Deprecation notices for values that could be meaningfully set after initialization # Example form: