Skip to content

Commit

Permalink
chore(bump): update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 25, 2021
1 parent 6cdb0e7 commit 6b8d970
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [v1.0.0](https://github.com/olets/zsh-window-title/compare/v0...v1.0.0) (2021-09-25)
# [v1.0.1](https://github.com/olets/zsh-window-title/compare/v1.0.0...v1.0.1) (2021-09-24)


### Bug Fixes

* **init:** respect depth setting ([6cdb0e7](https://github.com/olets/zsh-window-title/commit/6cdb0e72cda4379f2c36639f83c4128718230365))



# [v1.0.0](https://github.com/olets/zsh-window-title/compare/v0...v1.0.0) (2021-09-24)

Initial release
2 changes: 1 addition & 1 deletion man/man1/zwt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ZWT" 1 "September 24 2021" "zwt 1.2.0" "User Commands"
.TH "ZWT" 1 "September 24 2021" "zwt 1.0.1" "User Commands"
.SH NAME
zwt \- zsh-window-title CLI

Expand Down
2 changes: 1 addition & 1 deletion zsh-window-title.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__zwt_dir=${0:A:h}

'builtin' 'typeset' -g +r ZWT_VERSION >/dev/null && \
ZWT_VERSION=1.0.0 && \
ZWT_VERSION=1.0.1 && \
'builtin' 'typeset' -gr ZWT_VERSION

'builtin' 'typeset' -gi +r ZSH_WINDOW_TITLE_DEBUG_DEFAULT >/dev/null && \
Expand Down

0 comments on commit 6b8d970

Please sign in to comment.