Skip to content

Commit

Permalink
feat(release): bump to v1.2.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed May 24, 2024
1 parent b81c3bb commit f859d44
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.2.0](https://github.com/olets/zsh-window-title/compare/v1.1.3...v1.2.0) (2024-05-23)

### Features


* **tmux:** support [[#5](https://github.com/olets/zsh-window-title/issues/5)]. Thanks to @smeetrs ([9438a66](https://github.com/olets/zsh-window-title/commit/9438a666ea3c24bade64fbd03336b2b8c7ba50dd))


# [v1.1.3](https://github.com/olets/zsh-window-title/compare/v1.1.2...v1.1.3) (2024-05-16)


Expand Down
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 "May 16 2024" "zwt 1.1.3" "User Commands"
.TH "ZWT" 1 "May 23 2024" "zwt 1.2.0" "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.1.3 && \
ZWT_VERSION=1.2.0 && \
'builtin' 'typeset' -gr ZWT_VERSION

'builtin' 'typeset' -ga +r __zsh_window_title_command_prefixes >/dev/null && \
Expand Down

0 comments on commit f859d44

Please sign in to comment.