Skip to content

Commit 828ba76

Browse files
committed
feat(version): bump to 1.1.1, update changelog
1 parent 8b024d8 commit 828ba76

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [v1.1.1](https://github.com/olets/zsh-test-runner/compare/v1.1.1...v) (2021-03-28)
2+
3+
### Features
4+
5+
- **skip, summary, test:** check NO_COLOR preference every time ([8b024d8](https://github.com/olets/zsh-test-runner/commit/8b024d81774a1310053fd8ff54c954a00b4891d5))
6+
17
# [v1.1.0](https://github.com/olets/zsh-test-runner/compare/v1.0.0...v1.1.0) (2021-03-28)
28

39
### 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 "March 27 2021" "ztr 1.1.0" "User Commands"
1+
.TH "ZTR" 1 "March 28 2021" "ztr 1.1.1" "User Commands"
22
.SH NAME
33
ztr \- zsh test runner
44

ztr.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ typeset -g __ztr_dir && \
1111
__ztr_dir=${0:A:h}
1212

1313
typeset -g +r ZTR_VERSION >/dev/null && \
14-
ZTR_VERSION=1.1.0 && \
14+
ZTR_VERSION=1.1.1 && \
1515
typeset -gr ZTR_VERSION
1616

1717
__ztr_clear() { # Clear counts.

0 commit comments

Comments
 (0)