Skip to content

Commit

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

### Features

- **skip, summary, test:** check NO_COLOR preference every time ([8b024d8](https://github.com/olets/zsh-test-runner/commit/8b024d81774a1310053fd8ff54c954a00b4891d5))

# [v1.1.0](https://github.com/olets/zsh-test-runner/compare/v1.0.0...v1.1.0) (2021-03-28)

### 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 "March 27 2021" "ztr 1.1.0" "User Commands"
.TH "ZTR" 1 "March 28 2021" "ztr 1.1.1" "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.1.0 && \
ZTR_VERSION=1.1.1 && \
typeset -gr ZTR_VERSION

__ztr_clear() { # Clear counts.
Expand Down

0 comments on commit 828ba76

Please sign in to comment.