Skip to content

Commit

Permalink
feat(version): bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 28, 2021
1 parent c51ade1 commit 730157a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v1.1.0](https://github.com/olets/zsh-test-runner/compare/v1.0.0...v1.1.0) (2021-03-28)

### Features

- **installation:** homebrew is now supported ([13a51d7](https://github.com/olets/zsh-test-runner/commit/13a51d72366199b3404adf3836164794b7e14b3a))
- **skip, summary, test:** support NO_COLOR to opt of colored output ([81da821](https://github.com/olets/zsh-test-runner/commit/81da821dc0cfbd1b6838f7126684379073b889c0))
- **ztr:** run files in subshell (with ZTR_PATH) or by sourcing ([125788e](https://github.com/olets/zsh-test-runner/commit/125788e4146908e502fd39d674065b802d4a65ac))

# [v1.0.0](https://github.com/olets/nitro-zsh-completions/compare/initial...v1.0.0) (2021-03-27)

Initial release
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 "March 27 2021" "ztr 1.0.0" "User Commands"
.TH "ZTR" 1 "March 27 2021" "ztr 1.1.0" "User Commands"
.SH NAME
ztr \- zsh test runner

Expand Down
2 changes: 1 addition & 1 deletion ztr.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typeset -g __ztr_dir && \
__ztr_dir=${0:A:h}

typeset -g +r ZTR_VERSION >/dev/null && \
ZTR_VERSION=1.0.0 && \
ZTR_VERSION=1.1.0 && \
typeset -gr ZTR_VERSION

__ztr_clear() { # Clear counts.
Expand Down

0 comments on commit 730157a

Please sign in to comment.