Skip to content

Commit 730157a

Browse files
committed
feat(version): bump, update changelog
1 parent c51ade1 commit 730157a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [v1.1.0](https://github.com/olets/zsh-test-runner/compare/v1.0.0...v1.1.0) (2021-03-28)
2+
3+
### Features
4+
5+
- **installation:** homebrew is now supported ([13a51d7](https://github.com/olets/zsh-test-runner/commit/13a51d72366199b3404adf3836164794b7e14b3a))
6+
- **skip, summary, test:** support NO_COLOR to opt of colored output ([81da821](https://github.com/olets/zsh-test-runner/commit/81da821dc0cfbd1b6838f7126684379073b889c0))
7+
- **ztr:** run files in subshell (with ZTR_PATH) or by sourcing ([125788e](https://github.com/olets/zsh-test-runner/commit/125788e4146908e502fd39d674065b802d4a65ac))
8+
19
# [v1.0.0](https://github.com/olets/nitro-zsh-completions/compare/initial...v1.0.0) (2021-03-27)
210

311
Initial release

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.0.0" "User Commands"
1+
.TH "ZTR" 1 "March 27 2021" "ztr 1.1.0" "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.0.0 && \
14+
ZTR_VERSION=1.1.0 && \
1515
typeset -gr ZTR_VERSION
1616

1717
__ztr_clear() { # Clear counts.

0 commit comments

Comments
 (0)