File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.31.0] ( https://github.com/TypedDevs/bashunit/compare/0.30.0...0.31.0 ) - 2025-12-19
6+
57### Added
68- Display ` set_up_before_script ` and ` tear_down_after_script ` execution with duration
79 - Shows "Running hook_name... done (Xs)" during test runs
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.30 .0"
31+ declare -r BASHUNIT_VERSION=" 0.31 .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 @@ -82,7 +82,7 @@ elif [[ $# -eq 2 ]]; then
8282fi
8383
8484BASHUNIT_GIT_REPO=" https://github.com/TypedDevs/bashunit"
85- LATEST_BASHUNIT_VERSION=" 0.30 .0"
85+ LATEST_BASHUNIT_VERSION=" 0.31 .0"
8686TAG=" $LATEST_BASHUNIT_VERSION "
8787
8888cd " $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.30 .0" ,
4- "checksum" : " 1cdb44f844f8decf9943c2b8e18679b4497e3bd798ce4aa9605cfde3d357706f " ,
3+ "version" : " 0.31 .0" ,
4+ "checksum" : " a674f92ff2e44b905a0bcb00944ac35e89cdce0d2a6074c2eb829976116b0c9d " ,
55 "description" : " Docs for bashunit a simple testing library for bash scripts" ,
66 "main" : " index.js" ,
77 "repository" :
" [email protected] :TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments