From 60ad9991c4d5b748ccd09adff36f27fca91ade21 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Wed, 9 Nov 2022 15:29:40 -1000 Subject: [PATCH] chore(bump): bump to v4.8.1, update changelog --- CHANGELOG.md | 9 +++++++++ zsh-abbr.zsh | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffbc8b..86dac01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.8.1](https://github.com/olets/zsh-abbr/compare/v4.8.0...v4.8.1) (2022-11-10) + + +### Features + +* **widgets:** deprecate functions which were not dropped in v4.1.0... ([8a01f32](https://github.com/olets/zsh-abbr/commit/8a01f32514257422a4d50484e22a1ea40386f098)) + + + # [4.8.0](https://github.com/olets/zsh-abbr/compare/v4.7.1...v4.8.0) (2022-09-08) diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index eca22ec..b8775e7 100755 --- a/zsh-abbr.zsh +++ b/zsh-abbr.zsh @@ -1,6 +1,6 @@ # abbreviation management for zsh, inspired by fish shell and enhanced # https://github.com/olets/zsh-abbr -# v4.8.0 +# v4.8.1 # Copyright (c) 2019-present Henry Bley-Vroman @@ -67,8 +67,8 @@ _abbr() { quiet=$ABBR_QUIET quiet=$(( ABBR_QUIETER || ABBR_QUIET )) quieter=$ABBR_QUIETER - release_date="January 3 2022" - version="zsh-abbr version 4.8.0" + release_date="November 9 2022" + version="zsh-abbr version 4.8.1" # Deprecation notices for values that could be meaningfully set after initialization # Example form: