diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d627a2..02ed159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No unreleased changes._ + +## [1.11.2] - 2023-02-16 + ### Fixed - Quote path names in init.zsh to properly handle path names with spaces. @@ -324,7 +328,8 @@ Take your time to review the updated [README.md] and the changes listed below. [termtitle]: https://github.com/zimfw/termtitle [s1ck94]: https://github.com/zimfw/s1ck94 -[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.11.1...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.11.2...HEAD +[1.11.2]: https://github.com/zimfw/zimfw/compare/v1.11.1...v1.11.2 [1.11.1]: https://github.com/zimfw/zimfw/compare/v1.11.0...v1.11.1 [1.11.0]: https://github.com/zimfw/zimfw/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/zimfw/zimfw/compare/v1.9.1...v1.10.0 diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index bdc7fd1..93d1f75 100644 --- a/src/zimfw.zsh.erb +++ b/src/zimfw.zsh.erb @@ -4,7 +4,7 @@ class Zim :clear_line, :ellipsis, :okay, :warn, :error, :done, :failed def initialize - @version = "1.11.1" + @version = "1.11.2" @home = "${ZDOTDIR:-${HOME}}" @min_zsh_version = "5.2" # Matches {ssh,http,https,git}://{user@,}host/org/repo and {user@,}host:org/repo diff --git a/zimfw.zsh b/zimfw.zsh index 5a00c5a..40d6ecf 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -454,7 +454,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (built at 2023-02-16 12:44:26 UTC, previous commit is fae0a7e)' + print -R 'zimfw version: '${_zversion}' (built at 2023-02-16 12:53:12 UTC, previous commit is f71bff5)' print -R 'OSTYPE: '${OSTYPE} print -R 'TERM: '${TERM} print -R 'TERM_PROGRAM: '${TERM_PROGRAM} @@ -841,7 +841,7 @@ esac zimfw() { builtin emulate -L zsh -o EXTENDED_GLOB - local -r _zversion='1.11.1' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] + local -r _zversion='1.11.2' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] Actions: %Bbuild%b Build %B${ZIM_HOME}/init.zsh%b and %B${ZIM_HOME}/login_init.zsh%b.