From bf7b0d7312c75f9ba7a14cb310641bd8183a0aee Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Wed, 2 Oct 2019 23:17:26 +0700 Subject: [PATCH] chore: new version 0.7.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- tusc.sh | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bd2a9..2035b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.7.0](https://github.com/adhocore/tusc.sh/releases/tag/0.7.0) (2019-10-02) + +### Features +- Improve performance by caching sha keys (Jitendra Adhikari) [_5340593_](https://github.com/adhocore/tusc.sh/commit/5340593) + +### Bug Fixes +- Respect NOCOLOR (-C) (Jitendra Adhikari) [_4ae4f0a_](https://github.com/adhocore/tusc.sh/commit/4ae4f0a) + +### Internal Refactors +- Improve msg helpers, dont show url on failure (Jitendra Adhikari) [_6357fc1_](https://github.com/adhocore/tusc.sh/commit/6357fc1) + +### Miscellaneous +- Sensor the asset release output (Jitendra Adhikari) [_12e6ad2_](https://github.com/adhocore/tusc.sh/commit/12e6ad2) + +### Documentations +- Update installation instruction (Jitendra Adhikari) [_62c5d67_](https://github.com/adhocore/tusc.sh/commit/62c5d67) + + ## [0.6.4](https://github.com/adhocore/tusc.sh/releases/tag/0.6.4) (2019-10-02) ### Miscellaneous diff --git a/VERSION b/VERSION index d2b13eb..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4 +0.7.0 diff --git a/tusc.sh b/tusc.sh index 9930ed9..f6c7ff7 100755 --- a/tusc.sh +++ b/tusc.sh @@ -26,7 +26,7 @@ info() { line "$1" 33 0 $2; } comment() { line "$1" 30 1 $2; } # show version -version() { echo v0.6.4; } +version() { echo v0.7.0; } # update tusc update()