Skip to content

Commit

Permalink
feat(release): bump to v1.0.0 + new CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 27, 2021
1 parent 76a4d08 commit e720d98
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# [v1.0.0](https://github.com/olets/nitro-zsh-completions/compare/initial...v1.0.0) (2021-03-27)

Initial release

## Features

- `clear`
- `skip`
- `summary`
- `test`
- can run test suites

## Other

- Code of Conduct
- License
- README
- Roadmap
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ Use `ztr clear` to zero out count variables:
| -------- | ------ | --------------------------------------------------------- |
| ZTR_PATH | string | `source $ZTR_PATH` in scripts that include `ztr` commands |

## Changelog

See the [CHANGELOG](CHANGELOG.md) file.

## Roadmap

See the [ROADMAP](ROADMAP.md) file.
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 alpha-1" "User Commands"
.TH "ZTR" 1 "March 27 2021" "ztr 1.0.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 @@ -65,7 +65,7 @@ __ztr_init() { # Set variables.
typeset -gr ZTR_PATH

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

# export
Expand Down

0 comments on commit e720d98

Please sign in to comment.