Skip to content

Commit

Permalink
chore: new version 0.8.0 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 9, 2020
1 parent eed103e commit fa04e21
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.8.0](https://github.com/adhocore/tusc.sh/releases/tag/0.8.0) (2020-10-09)

### Features
- **Tusc**: Add rest args as curl args (Jitendra Adhikari) [_be5a88a_](https://github.com/adhocore/tusc.sh/commit/be5a88a)

### Documentations
- Fix a README error (everconnectcn) [_42be48d_](https://github.com/adhocore/tusc.sh/commit/42be48d)
- About -- curl args (Jitendra Adhikari) [_1e33f1d_](https://github.com/adhocore/tusc.sh/commit/1e33f1d)
- Fix a README error (everconnectcn) [_3ee0a02_](https://github.com/adhocore/tusc.sh/commit/3ee0a02)

### Builds
- **Travis**: Test curl args (Jitendra Adhikari) [_9b7160f_](https://github.com/adhocore/tusc.sh/commit/9b7160f)


## [0.7.0](https://github.com/adhocore/tusc.sh/releases/tag/0.7.0) (2019-10-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.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.7.0; }
version() { echo v0.8.0; }

# update tusc
update()
Expand Down

0 comments on commit fa04e21

Please sign in to comment.