Skip to content

Commit

Permalink
feat(version): bump to 1.2.0, update changelog and roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 24, 2021
1 parent 7568ad2 commit 4de8420
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [v1.2.0](https://github.com/olets/zsh-test-runner/compare/v1.1.1...v1.2.0) (2021-09-24)

### Features

- **completions:** add new + support in plugin use ([3eaa542](https://github.com/olets/zsh-test-runner/commit/3eaa542d4d7541336b21361ed2c9e3dccd6ae8ee))
- **results:** counts are in an associate array ZTR_RESULTS ([e5f7969](https://github.com/olets/zsh-test-runner/commit/e5f796960bfab58e69e540f674c390d8ed8cf6d6))
- **skip, summary, test:** no color codes if NO_COLOR is declared ([b273bee](https://github.com/olets/zsh-test-runner/commit/b273beee52a4b364456fd133d5128338f74b9d27))
- **color:** more reliable respect for NO_COLOR ([7dc7682](https://github.com/olets/zsh-test-runner/commit/7dc76827203587c5b92fedebb2f5863406bed5f7))
- **test:** support emulation modes ([035b0c2](https://github.com/olets/zsh-test-runner/commit/035b0c256641d0b1f1776da06330f22954b4d6f5))
- **test:** warn if non-zsh emulation mode used ([a7e779e](https://github.com/olets/zsh-test-runner/commit/a7e779e7d75e4953f2e3e42aff2f4f78167f2896))
- **test:** --quiet-emulate flag silences emulation warning ([7318a1d](https://github.com/olets/zsh-test-runner/commit/7318a1d9198a539ae669fb2ad9273423cefabe9e))

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

### Features
Expand Down
4 changes: 0 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Done, not yet released

- [x] CLI completion definitions
- [x] No $reset_color color codes in output if NO_COLOR is enabled
- [x] Tests for emulation

## Next

### Functions automatically run with every test
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 28 2021" "ztr 1.1.1" "User Commands"
.TH "ZTR" 1 "September 23 2021" "ztr 1.2.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.1.1 && \
ZTR_VERSION=1.2.0 && \
typeset -gr ZTR_VERSION

__ztr_clear() { # Clear counts.
Expand Down

0 comments on commit 4de8420

Please sign in to comment.