Skip to content

Commit

Permalink
chore(bump): bump to v5.0.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 24, 2023
1 parent 04e4c54 commit 747c076
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
Expand Up @@ -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


Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 747c076

Please sign in to comment.