File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
33ztr \- zsh test runner
44
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments