From 70ed1b719bd620108fb818106311532a556fc60c Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Tue, 15 Sep 2020 16:01:10 +0700 Subject: [PATCH] chore(release): version 5.0.2 --- CHANGELOG.md | 59 +++++++--------------------------------------------- init.sh | 2 +- 2 files changed, 8 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac87428..ad8a35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release notes +## Version 5.0.2 (15 Sep 2020) + +- fix some typo in log message and return value +- fix wrong module name in log message when use skip +- fix unnecessary pass module path to module arguments +- remove changelog of version 4.0.0 - 4.5.2 + ## Version 5.0.1 (15 Sep 2020) - fix disable progressbar should not disable loading time @@ -83,55 +90,3 @@ - remove exclude module variable - add prefix to modules name - improve around 1% load time - -## Version 4.5.2 (13 Jul 2020) - -- update alias of agoda and mac -- update app of asdf and add new tmux app -- add more helper in utils helper -- update some minor config in init.sh - -## Version 4.5.1 (18 Jun 2020) - -- update some default variable -- improve documents on zshrc file - -## Version 4.5.0 (18 Jun 2020) - -- Introduce new command 'myzs-info' for print myzs information -- Introduce new command 'myzs-list-changelogs' for print myzs changelogs -- Add filename to log message -- Change log files location to /tmp/myzs/logs -- Rename logfile variable from $MYZS_LOGFILE to $MYZS_LOGPATH -- Update new changelog format - -## Version 4.4.0 (01 Jun 2020) - -- Add substring history search plugins -- Add more alias and application - -## Version 4.3.0 (24 Apr 2020) - -- Add modules loaded -- Add new myzs command myzs-list-modules -- Add start command - -## Version 4.2.0 (15 Apr 2020) - -- Add skipping process -- Add new customizable settings - -## Version 4.1.1 (04 Feb 2020) - -- Add documentation -- Change some default value - -## Version 4.1.0 (31 Dec 2019) - -- Add more alias -- Fix log detail missing -- Fix duplicate $PATH variable - -## Version 4.0.0 (23 Sep 2019) - -- First v4.x.x released diff --git a/init.sh b/init.sh index 12e5fff..1a9b72e 100644 --- a/init.sh +++ b/init.sh @@ -10,7 +10,7 @@ export ZPLUG_HOME="${MYZS_ZPLUG:-${_MYZS_ROOT}/zplug}" export __MYZS__USER="${MYZS_USER:-$USER}" export __MYZS__OWNER="Kamontat Chantrachirathumrong" -export __MYZS__VERSION="5.0.1" +export __MYZS__VERSION="5.0.2" export __MYZS__SINCE="21 Apr 2018" export __MYZS__LAST_UPDATED="15 Sep 2020" export __MYZS__LICENSE="MIT"