From b9bca2d325fb96bce1bc8def9eed986cd7c45da2 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Thu, 9 Jan 2020 07:29:40 -0500 Subject: [PATCH] v1.0.1 --- CHANGELOG.md | 7 ++++++- src/zimfw.zsh.erb | 2 +- zimfw.zsh | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bd5eb..a45c372 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.0.1] - 2020-01-09 + ### Fixed - Zsh 5.2 does not recognize the `:P` modifier. Replace it by `:A`. - Also compile and clean .zprofile among the startup files. @@ -74,5 +78,6 @@ 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.0.0...HEAD +[Unreleased]: https://github.com/zimfw/zimfw/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/zimfw/zimfw/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/zimfw/zimfw/compare/5d66578...v1.0.0 diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index e8c3e85..49426b6 100644 --- a/src/zimfw.zsh.erb +++ b/src/zimfw.zsh.erb @@ -6,7 +6,7 @@ class Zim @home = "${ZDOTDIR:-${HOME}}" @min_zsh_version = "5.2" @startup_files_glob = ".z(shenv|profile|shrc|login|logout)" - @version = "1.0.1-SNAPSHOT" + @version = "1.0.1" @ellipsis = " ..." @okay = "%F{green})%f " @error = "x " diff --git a/zimfw.zsh b/zimfw.zsh index 3c58fce..aae5cdf 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -258,7 +258,7 @@ _zimfw_compile() { } _zimfw_info() { - print 'Zim version: 1.0.1-SNAPSHOT (previous commit is 424526e)' + print 'Zim version: 1.0.1 (previous commit is 28e4345)' print -R 'ZIM_HOME: '${ZIM_HOME} print -R 'Zsh version: '${ZSH_VERSION} print -R 'System info: '$(command uname -a)