diff --git a/CHANGELOG.md b/CHANGELOG.md index a81c079..fc07944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +_No unreleased changes._ + +## [1.11.3] - 2023-02-26 + ### Deprecated -- The `zmodule check-dumpfile` action. The [completion] module alone will handle checking the - dumpfile. +- The `zmodule check-dumpfile` action. The [completion] module alone now handles + checking the dumpfile. (See + [zimfw/completion#12](https://github.com/zimfw/completion/pull/12)) ## [1.11.2] - 2023-02-16 @@ -332,7 +337,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.2...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.11.3...HEAD +[1.11.3]: https://github.com/zimfw/zimfw/compare/v1.11.2...v1.11.3 [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 diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index 144bd9f..b6ff0ae 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.3-SNAPSHOT" + @version = "1.11.3" @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 d1f8825..2fe7cfd 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -436,7 +436,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (built at 2023-02-26 00:01:11 UTC, previous commit is fff151b)' + print -R 'zimfw version: '${_zversion}' (built at 2023-02-26 00:43:41 UTC, previous commit is 6a24459)' print -R 'OSTYPE: '${OSTYPE} print -R 'TERM: '${TERM} print -R 'TERM_PROGRAM: '${TERM_PROGRAM} @@ -823,7 +823,7 @@ esac zimfw() { builtin emulate -L zsh -o EXTENDED_GLOB - local -r _zversion='1.11.3-SNAPSHOT' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] + local -r _zversion='1.11.3' 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.