File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.36.0] ( https://github.com/TypedDevs/bashunit/compare/0.35.0...0.36.0 ) - 2026-05-07
6+
57### Fixed
68- ` bashunit upgrade ` exits non-zero with a clear error when the download fails (no more false success message)
79
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function _check_bash_version() {
2828_check_bash_version
2929
3030# shellcheck disable=SC2034
31- declare -r BASHUNIT_VERSION=" 0.35 .0"
31+ declare -r BASHUNIT_VERSION=" 0.36 .0"
3232
3333# shellcheck disable=SC2155
3434declare -r BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.35 .0" ,
3+ "version" : " 0.36 .0" ,
44 "description" : " Docs for bashunit a simple testing library for bash scripts" ,
55 "private" : true ,
66 "repository" : " git@github.com:TypedDevs/bashunit.git" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ elif [[ $# -eq 2 ]]; then
8787fi
8888
8989BASHUNIT_GIT_REPO=" https://github.com/TypedDevs/bashunit"
90- LATEST_BASHUNIT_VERSION=" 0.35 .0"
90+ LATEST_BASHUNIT_VERSION=" 0.36 .0"
9191TAG=" $LATEST_BASHUNIT_VERSION "
9292
9393cd " $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit" ,
3- "version" : " 0.35 .0" ,
4- "checksum" : " bfe9f69bda77034234a38f26182cc34e1f7648d846dab57a513a14cf91977544 " ,
3+ "version" : " 0.36 .0" ,
4+ "checksum" : " 29bffc3d492296c859640f7425a66f7ae0549e667e5265e3e84859a828edbf64 " ,
55 "description" : " A simple testing library for bash scripts." ,
66 "homepage" : " https://bashunit.typeddevs.com" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments