Skip to content

Commit

Permalink
feat(release): bump to v6.0.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 12, 2024
1 parent a710cf3 commit 510cf85
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [6.0.0](https://github.com/olets/zsh-abbr/compare/v6.0.0-beta.2...v6.0.0) (2024-11-12)

⚠️ Has breaking changes. If you do advanced configuration, read the [migration guide](https://zsh-abbr.olets.dev/migrating-between-versions.html) and/or read about [pinning v5.x](https://v5.zsh-abbr.olets.dev/installation.html).

<https://zsh-abbr.olets.dev/> is now the v6 docs. The v5 docs are available at <https://v5.zsh-abbr.olets.dev/>.

- 🆕 [Save to history](https://zsh-abbr.olets.dev/history.html)
- 🆕 [Prefixes](https://zsh-abbr.olets.dev/prefixes.html)
- 🆕 [Reminders](https://zsh-abbr.olets.dev/reminders.html)
- Drops everything that was deprecated in v5.x

See also the v6.0.0 beta releases' release notes, below.

### Bug Fixes

* **cursor:** do not treat markers as patterns [[#140](https://github.com/olets/zsh-abbr/issues/140)] ([4449f42](https://github.com/olets/zsh-abbr/commit/4449f42ee91108ed74e1bb8ac721ebb82781998a))


# [6.0.0-beta.2](https://github.com/olets/zsh-abbr/compare/v6.0.0-beta.2...v6.0.0-beta.2) (2024-10-31)

### Bug Fixes

* **reminders**: fix [[#154](https://github.com/olets/zsh-abbr/issues/154)]


# [6.0.0-beta.1](https://github.com/olets/zsh-abbr/compare/v6.0.0-beta.2...v6.0.0-beta.1) (2024-10-29)

Drop deprecated things; introduce history, prefixes, and reminders.


# [5.8.3](https://github.com/olets/zsh-abbr/compare/v5.8.2...v5.8.3) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion completions/_abbr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Completion script for zsh-abbr
#
# https://github.com/olets/zsh-abbr
# v6.0.0-beta.2
# v6.0.0
# Copyright (c) 2019-present Henry Bley-Vroman
#
# Licensed under the same license as zsh-abbr. See zsh-abbr's LICENSE file
Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "October 31 2024" "abbr 6.0.0-beta.2" "User Commands"
.TH "ZSH-ABBR" 1 "November 12 2024" "abbr 6.0.0" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v6.0.0-beta.2
# v6.0.0
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -125,8 +125,8 @@ abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="October 31 2024"
version="zsh-abbr version 6.0.0-beta.2"
release_date="November 12 2024"
version="zsh-abbr version 6.0.0"

# Deprecation notices for values that could be meaningfully set after initialization
# Example form:
Expand Down

0 comments on commit 510cf85

Please sign in to comment.