Skip to content

Commit f9e43d7

Browse files
committed
feat(version): bump to v6.2.1, update changelog
1 parent 7eda3c1 commit f9e43d7

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [6.2.1](https://github.com/olets/zsh-abbr/compare/v6.2.0...v6.2.1) (2025-02-21)
2+
3+
### Bug Fixes
4+
5+
- **expansion:** do not conflate empty or all-whitespace buffer with '1'... [[#160](https://github.com/olets/zsh-abbr/issues/160)] ([7eda3c1](https://github.com/olets/zsh-abbr/commit/7eda3c1da75c6580bd3791feed24ca261b2d05ac))
6+
17
# [6.2.0](https://github.com/olets/zsh-abbr/compare/v6.1.0...v6.2.0) (2025-02-15)
28

39
### Bug Fixes

completions/_abbr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Completion script for zsh-abbr
44
#
55
# https://github.com/olets/zsh-abbr
6-
# v6.2.0
6+
# v6.2.1
77
# Copyright (c) 2019-present Henry Bley-Vroman
88
#
99
# Licensed under the same license as zsh-abbr. See zsh-abbr's LICENSE file

man/man1/abbr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ZSH-ABBR" 1 "February 14 2025" "abbr 6.2.0" "User Commands"
1+
.TH "ZSH-ABBR" 1 "February 21 2025" "abbr 6.2.1" "User Commands"
22
.SH NAME
33
zsh\-abbr \- manage zsh abbreviations
44
.SH SYNOPSIS

zsh-abbr.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# abbreviation management for zsh, inspired by fish shell and enhanced
44
# https://github.com/olets/zsh-abbr
5-
# v6.2.0
5+
# v6.2.1
66
# Copyright (c) 2019-present Henry Bley-Vroman
77

88

@@ -143,8 +143,8 @@ abbr() {
143143
quiet=$ABBR_QUIET
144144
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
145145
quieter=$ABBR_QUIETER
146-
release_date="February 14 2025"
147-
version="zsh-abbr version 6.2.0"
146+
release_date="February 21 2025"
147+
version="zsh-abbr version 6.2.1"
148148

149149
# Deprecation notices for values that could be meaningfully set after initialization
150150
# Example form:

0 commit comments

Comments
 (0)