Skip to content

Commit

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

### Features
- Extract header() for case insensitive header lookup, pass -v to curl if DEBUG (Jitendra A) [_c60c8d4_](https://github.com/adhocore/tusc.sh/commit/c60c8d4)

### Bug Fixes
- **Tusc**: Location header may not present (Jitendra A) [_4e3406d_](https://github.com/adhocore/tusc.sh/commit/4e3406d)

### Documentations
- Add usage instruction with tusd v2 (Jitendra A) [_8d14877_](https://github.com/adhocore/tusc.sh/commit/8d14877)

### Builds
- Add gh action (Jitendra A) [_7d008f5_](https://github.com/adhocore/tusc.sh/commit/7d008f5)


## [1.0.2](https://github.com/adhocore/tusc.sh/releases/tag/1.0.2) (2023-10-17)

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.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 v1.0.2; }
version() { echo v1.1.0; }

# update tusc
update()
Expand Down

0 comments on commit bffcb1b

Please sign in to comment.