Skip to content

Commit d6e01d3

Browse files
committed
chore: new version 0.7.0 [skip ci]
1 parent 1b23b29 commit d6e01d3

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.7.0](https://github.com/adhocore/tusc.sh/releases/tag/0.7.0) (2019-10-02)
2+
3+
### Features
4+
- Improve performance by caching sha keys (Jitendra Adhikari) [_5340593_](https://github.com/adhocore/tusc.sh/commit/5340593)
5+
6+
### Bug Fixes
7+
- Respect NOCOLOR (-C) (Jitendra Adhikari) [_4ae4f0a_](https://github.com/adhocore/tusc.sh/commit/4ae4f0a)
8+
9+
### Internal Refactors
10+
- Improve msg helpers, dont show url on failure (Jitendra Adhikari) [_6357fc1_](https://github.com/adhocore/tusc.sh/commit/6357fc1)
11+
12+
### Miscellaneous
13+
- Sensor the asset release output (Jitendra Adhikari) [_12e6ad2_](https://github.com/adhocore/tusc.sh/commit/12e6ad2)
14+
15+
### Documentations
16+
- Update installation instruction (Jitendra Adhikari) [_62c5d67_](https://github.com/adhocore/tusc.sh/commit/62c5d67)
17+
18+
119
## [0.6.4](https://github.com/adhocore/tusc.sh/releases/tag/0.6.4) (2019-10-02)
220

321
### Miscellaneous

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.4
1+
0.7.0

tusc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ info() { line "$1" 33 0 $2; }
2626
comment() { line "$1" 30 1 $2; }
2727

2828
# show version
29-
version() { echo v0.6.4; }
29+
version() { echo v0.7.0; }
3030

3131
# update tusc
3232
update()

0 commit comments

Comments
 (0)