From 503f2daf4cd20ec37c30481c26bb37837dd883aa Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 8 Nov 2021 12:03:49 -0500 Subject: [PATCH] v1.6.1 --- CHANGELOG.md | 8 +++++++- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3608b..eef79a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No unreleased changes._ +## [1.6.1] - 2021-11-08 + +### Fixed +- Missing line break before showing git log when using the git tool to update. + ## [1.6.0] - 2021-11-06 ### Added @@ -214,7 +219,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.6.0...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/zimfw/zimfw/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/zimfw/zimfw/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/zimfw/zimfw/compare/v1.4.3...v1.5.0 [1.4.3]: https://github.com/zimfw/zimfw/compare/v1.4.2...v1.4.3 diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index a823f63..94b4a69 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.6.1-SNAPSHOT" + @version = "1.6.1" @home = "${ZDOTDIR:-${HOME}}" @min_zsh_version = "5.2" @startup_files_glob = ".z(shenv|profile|shrc|login|logout)" diff --git a/zimfw.zsh b/zimfw.zsh index a7b0c8f..4b68c3d 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -373,7 +373,7 @@ _zimfw_compile() { } _zimfw_info() { - print -R 'zimfw version: '${_zversion}' (built at 2021-11-08 16:37:09 UTC, previous commit is a292ca4)' + print -R 'zimfw version: '${_zversion}' (built at 2021-11-08 17:02:56 UTC, previous commit is 811616c)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a) @@ -716,7 +716,7 @@ esac } zimfw() { - local -r _zversion='1.6.1-SNAPSHOT' zusage="Usage: %B${0}%b [%B-q%b|%B-v%b] + local -r _zversion='1.6.1' 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.