From 40dd6d00d2ba53cd8eaae2d5f7206f014fb3fd8c Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Mon, 20 Feb 2023 17:47:36 -1000 Subject: [PATCH] chore(bump): bump to v5.0.0.beta-8, update changelog --- CHANGELOG.md | 11 +++++++++++ man/man1/abbr.1 | 2 +- zsh-abbr.zsh | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a42d6..f712ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [5.0.0.beta-8](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-6...v5.0.0.beta-8) (2023-02-20) + +### Features + +From 4.9.3: + +* **actions:** publishing releases automatically bumps homebrew ([a87679d](https://github.com/olets/zsh-abbr/commit/a87679d3097e4c9f1c536f94a700b88900387c33)) +* **bench:** add configs ([4277de1](https://github.com/olets/zsh-abbr/commit/4277de1dec3726527c50c59376fc2fa4fa822f9d)) + + + # [5.0.0.beta-7](https://github.com/olets/zsh-abbr/compare/v5.0.0.beta-6...v5.0.0.beta-7) (2023-02-10) diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 8ee75e6..062efe1 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "February 10 2023" "abbr 5.0.0.beta-7" "User Commands" +.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 5.0.0.beta-8" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 6ce1275..667c8d4 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.0.0.beta-7 +# v5.0.0.beta-8 # Copyright (c) 2019-present Henry Bley-Vroman @@ -66,8 +66,8 @@ _abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="January 5 2023" - version="zsh-abbr version 5.0.0.beta-7" + release_date="February 20 2023" + version="zsh-abbr version 5.0.0.beta-8" # Deprecation notices for values that could be meaningfully set after initialization # Example form: