From 747c076460fc8f0d258a1a347ddb74c1f5de41d7 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Mon, 20 Feb 2023 17:57:37 -1000 Subject: [PATCH] chore(bump): bump to v5.0.0, update changelog --- CHANGELOG.md | 15 +++++++++++++++ man/man1/abbr.1 | 2 +- zsh-abbr.zsh | 6 +++--- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f712ea7..73d6842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [v5.0.0](https://github.com/olets/zsh-abbr/compare/v4.9.3...v5.0.0) (2023-02-23) + +Has breaking changes. See the [migration guide](https://zsh-abbr.olets.dev/migrating-between-versions). + +- 🆕 Support for [multi-word abbreviations](https://zsh-abbr.olets.dev/essential-commands) +- 🆕 New documentation site +- 🆕 [`abbr git`](https://v5.zsh-abbr.olets.dev/commands.html#git) command! +- 📄 Default `ABBR_USER_ABBREVIATIONS_FILE` is now `${XDG_CONFIG_HOME:-$HOME/.config}/zsh-abbr/user-abbreviations` (but if you have a file in the legacy path `${XDG_CONFIG_HOME:-$HOME/.config}/zsh/abbreviations`, that will be used instead) +- ⚠️ zsh-syntax-highlighting users have to update their snippets +- ⚠️ All features deprecated in the latest v4.x are dropped +- License's ethics requirements are now Hippocratic License v3 (was HL v2.1) + +For details see v5.0.0.beta-x release notes below. + + # [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 diff --git a/man/man1/abbr.1 b/man/man1/abbr.1 index 062efe1..9156415 100644 --- a/man/man1/abbr.1 +++ b/man/man1/abbr.1 @@ -1,4 +1,4 @@ -.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 5.0.0.beta-8" "User Commands" +.TH "ZSH-ABBR" 1 "February 23 2023" "abbr 5.0.0" "User Commands" .SH NAME zsh\-abbr \- manage zsh abbreviations .SH SYNOPSIS diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 667c8d4..13a9233 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-8 +# v5.0.0 # 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="February 20 2023" - version="zsh-abbr version 5.0.0.beta-8" + release_date="February 23 2023" + version="zsh-abbr version 5.0.0" # Deprecation notices for values that could be meaningfully set after initialization # Example form: