From 387f0bb5f4ebff978e41ac6dd1edf07dfc1f8369 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Thu, 16 May 2024 10:57:06 -1000 Subject: [PATCH] feat(release): bump to v1.1.3, update changelog --- CHANGELOG.md | 9 +++++++++ zsh-window-title.zsh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ca6a2..b3f696b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v1.1.3](https://github.com/olets/zsh-window-title/compare/v1.1.2...v1.1.3) (2024-05-16) + + +### Bug Fixes + +* **preexec:** play nice with inline zsh scripts... ([b1ddc56](https://github.com/olets/zsh-window-title/commit/b1ddc5637abf0ff06f4cddb5b0b75575d921ef70)) + + + # [v1.1.2](https://github.com/olets/zsh-window-title/compare/v1.1.1...v1.1.2) (2024-05-15) Continued GitHub Actions work. diff --git a/zsh-window-title.zsh b/zsh-window-title.zsh index 4efc690..0badd19 100644 --- a/zsh-window-title.zsh +++ b/zsh-window-title.zsh @@ -7,7 +7,7 @@ __zwt_dir=${0:A:h} 'builtin' 'typeset' -g +r ZWT_VERSION >/dev/null && \ - ZWT_VERSION=1.1.2 && \ + ZWT_VERSION=1.1.3 && \ 'builtin' 'typeset' -gr ZWT_VERSION 'builtin' 'typeset' -ga +r __zsh_window_title_command_prefixes >/dev/null && \