From 447708a39127552c92ee5b785d79dc5ce2bf475f Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Fri, 8 Mar 2024 19:44:18 -1000 Subject: [PATCH] chore(bump): bump to v5.4.1, update changelog --- CHANGELOG.md | 9 +++++++++ man/man1/abbr.1 | 2 +- zsh-abbr.zsh | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2dd49..c7edc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.4.1](https://github.com/olets/zsh-abbr/compare/v5.4.0...v5.4.1) (2024-03-08) + + +### Bug Fixes + +* **abbr-expand-and-space:** available to zle while deprecated ([bb4ac60](https://github.com/olets/zsh-abbr/commit/bb4ac6011e73579b6f1e10bb08d7e291d6746be8)) + + + # [5.4.0](https://github.com/olets/zsh-abbr/compare/v5.3.0...v5.4.0) (2024-03-08) ### Features diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 217cda2..64c7551 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.0" "User Commands" +.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.1" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 1bac94c..8d35c6c 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.4.0 +# v5.4.1 # Copyright (c) 2019-present Henry Bley-Vroman @@ -81,7 +81,7 @@ abbr() { quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER release_date="March 8 2024" - version="zsh-abbr version 5.4.0" + version="zsh-abbr version 5.4.1" # Deprecation notices for values that could be meaningfully set after initialization # Example form: