From 3b1f9b943ae95328c66fcf50cdb8288b17982fef Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Tue, 2 Jan 2024 12:26:07 -1000 Subject: [PATCH] chore(bump): bump to v5.3.0, update changelog --- CHANGELOG.md | 12 ++++++++++++ zsh-abbr.zsh | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f86789b..2417c489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/zsh-abbr.zsh b/zsh-abbr.zsh index 4b6d5d97..59d8d082 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.2.0 +# v5.3.0 # Copyright (c) 2019-present Henry Bley-Vroman @@ -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: