Skip to content

Commit 45cbec9

Browse files
committed
feat(version): bump to v2.1.1, update changelog
1 parent 7f3a76d commit 45cbec9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v2.1.1](https://github.com/olets/zsh-test-runner/compare/v2.1.0...v2.1.1) (2024-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **manpage:** fix release date ([7f3a76d](https://github.com/olets/zsh-test-runner/commit/7f3a76d8de689a501d2a1f8b8b2127e0d0435e15))
7+
8+
9+
110
# [v2.1.0](https://github.com/olets/zsh-test-runner/compare/v2.0.0...v2.1.0) (2024-10-26)
211

312
### Features

man/man1/ztr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ZTR" 1 "October 26 2024" "ztr 2.1.0" "User Commands"
1+
.TH "ZTR" 1 "October 26 2024" "ztr 2.1.1" "User Commands"
22
.SH NAME
33
ztr \- zsh test runner
44

ztr.zsh

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

33
# Straight-forward tests and coverage reports for zsh and —under zsh's emulation— csh, ksh, and sh
44
# https://github.com/olets/zsh-test-runner
5-
# v2.0.0
5+
# v2.1.1
66
# Copyright (c) 2021-present Henry Bley-Vroman
77

88
__ztr_bootstrap() {
@@ -139,7 +139,7 @@ __ztr_init() { # Set variables.
139139
ZTR_PATH=$__ztr_dir/ztr.zsh && \
140140
typeset -gr ZTR_PATH
141141
typeset -g +r ZTR_VERSION >/dev/null && \
142-
ZTR_VERSION=2.0.0 && \
142+
ZTR_VERSION=2.1.1 && \
143143
typeset -gr ZTR_VERSION
144144
}
145145

0 commit comments

Comments
 (0)