Skip to content

Commit

Permalink
chore: new version 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 2, 2019
1 parent 4ae4f0a commit bf7b0d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.7.0
2 changes: 1 addition & 1 deletion tusc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bf7b0d7

Please sign in to comment.