Skip to content

Commit

Permalink
feat(version): bump to v2.1.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Oct 27, 2024
1 parent 7f3a76d commit 45cbec9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v2.1.1](https://github.com/olets/zsh-test-runner/compare/v2.1.0...v2.1.1) (2024-10-26)


### Bug Fixes

* **manpage:** fix release date ([7f3a76d](https://github.com/olets/zsh-test-runner/commit/7f3a76d8de689a501d2a1f8b8b2127e0d0435e15))



# [v2.1.0](https://github.com/olets/zsh-test-runner/compare/v2.0.0...v2.1.0) (2024-10-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion man/man1/ztr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ZTR" 1 "October 26 2024" "ztr 2.1.0" "User Commands"
.TH "ZTR" 1 "October 26 2024" "ztr 2.1.1" "User Commands"
.SH NAME
ztr \- zsh test runner

Expand Down
4 changes: 2 additions & 2 deletions ztr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

__ztr_bootstrap() {
Expand Down Expand Up @@ -139,7 +139,7 @@ __ztr_init() { # Set variables.
ZTR_PATH=$__ztr_dir/ztr.zsh && \
typeset -gr ZTR_PATH
typeset -g +r ZTR_VERSION >/dev/null && \
ZTR_VERSION=2.0.0 && \
ZTR_VERSION=2.1.1 && \
typeset -gr ZTR_VERSION
}

Expand Down

0 comments on commit 45cbec9

Please sign in to comment.