Skip to content

Commit

Permalink
chore(bump): bump to v5.3.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jan 2, 2024
1 parent 6af4d8a commit 3b1f9b9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.3.0](https://github.com/olets/zsh-abbr/compare/v5.2.0...v5.3.0) (2024-01-02)

### Features

With this release, running tests requires zsh-test-runner v2.x

* **jobs:** use zsh epoch time instead of date command [[#106](https://github.com/olets/zsh-abbr/issues/106)] ([f3dcaf5](https://github.com/olets/zsh-abbr/commit/f3dcaf5e73306a6b201100962400e04667a4033d))
* **tests:** support current shell and subshell ([070e903](https://github.com/olets/zsh-abbr/commit/070e90360af65fe092eccecb1f91e4dcb60cc182))
* **tests:** temp file is deleted ([7c02ea5](https://github.com/olets/zsh-abbr/commit/7c02ea51f8f66cdb5b4756e04d30f8c8376a34ea))
* **tests:** temp file is deleted ([7c02ea5](https://github.com/olets/zsh-abbr/commit/7c02ea51f8f66cdb5b4756e04d30f8c8376a34ea))


# [5.2.0](https://github.com/olets/zsh-abbr/compare/v5.1.0...v5.2.0) (2023-10-19)

Adds command completion and deprecates access to some internal functions.
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
# v5.2.0
# v5.3.0
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -68,8 +68,8 @@ abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="May 26 2023"
version="zsh-abbr version 5.2.0"
release_date="Jan 2 2024"
version="zsh-abbr version 5.3.0"

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

0 comments on commit 3b1f9b9

Please sign in to comment.