adhocore / tusc.sh

tus 1.0.0 client protocol implementation for bash. Resumable large file upload to Tus sever from terminal using bash script
https://github.com/adhocore/tusc.sh
MIT License
36 stars 9 forks source link

tus version shows as 0.8.1 #20

Closed happysalada closed 1 year ago

happysalada commented 1 year ago

when doing tusc --help When you have a moment if you want to update it to 1.0.0 ? not a big deal though. Maybe you can make another github release with the latest pr merged as well. Thanks a lot for making this!

adhocore commented 1 year ago

ah right not a big deal. thanks for raising it. 1.0.0 is basically just same as 0.8.1 https://github.com/adhocore/tusc.sh/releases/tag/v1.0.0 marked for stability.

previously i used to release with please which would automatically bump version everywhere, but 1.0.0 was done manually in github itself so it might have missed it.

but again this is not a big deal as feature wise it is same

adhocore commented 1 year ago

but also a new release is overdue so releasing it today :D

adhocore commented 1 year ago

released 1.0.2 (v1.0.2 does not have v prefix in tag name)