Skip to content

Commit fa04e21

Browse files
committed
chore: new version 0.8.0 [skip ci] [ci skip]
1 parent eed103e commit fa04e21

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.8.0](https://github.com/adhocore/tusc.sh/releases/tag/0.8.0) (2020-10-09)
2+
3+
### Features
4+
- **Tusc**: Add rest args as curl args (Jitendra Adhikari) [_be5a88a_](https://github.com/adhocore/tusc.sh/commit/be5a88a)
5+
6+
### Documentations
7+
- Fix a README error (everconnectcn) [_42be48d_](https://github.com/adhocore/tusc.sh/commit/42be48d)
8+
- About -- curl args (Jitendra Adhikari) [_1e33f1d_](https://github.com/adhocore/tusc.sh/commit/1e33f1d)
9+
- Fix a README error (everconnectcn) [_3ee0a02_](https://github.com/adhocore/tusc.sh/commit/3ee0a02)
10+
11+
### Builds
12+
- **Travis**: Test curl args (Jitendra Adhikari) [_9b7160f_](https://github.com/adhocore/tusc.sh/commit/9b7160f)
13+
14+
115
## [0.7.0](https://github.com/adhocore/tusc.sh/releases/tag/0.7.0) (2019-10-02)
216

317
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.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.7.0; }
29+
version() { echo v0.8.0; }
3030

3131
# update tusc
3232
update()

0 commit comments

Comments
 (0)