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.34.0] ( https://github.com/TypedDevs/bashunit/compare/0.33.0...0.34.0 ) - 2026-03-17
6+
57### Added
68- Add ` --watch ` mode and ` watch [path] ` subcommand to re-run tests on file changes
79 - Uses ` inotifywait ` on Linux or ` fswatch ` on macOS; clear install hint if unavailable
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.33 .0"
31+ declare -r BASHUNIT_VERSION=" 0.34 .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 @@ -87,7 +87,7 @@ elif [[ $# -eq 2 ]]; then
8787fi
8888
8989BASHUNIT_GIT_REPO=" https://github.com/TypedDevs/bashunit"
90- LATEST_BASHUNIT_VERSION=" 0.33 .0"
90+ LATEST_BASHUNIT_VERSION=" 0.34 .0"
9191TAG=" $LATEST_BASHUNIT_VERSION "
9292
9393cd " $( dirname " $0 " ) "
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.33 .0" ,
4- "checksum" : " e81c5c262d2e7296598b823c7d7fda1b54a818f5324cee1d65cc3b074a194ed0 " ,
3+ "version" : " 0.34 .0" ,
4+ "checksum" : " dfb53a905b49fe791ac6b63b5cc2109287694346e4300b591ff11c0b08e7898f " ,
55 "description" : " Docs for bashunit a simple testing library for bash scripts" ,
66 "main" : " index.js" ,
77 "repository" : " git@github.com:TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments