File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## [ 0.23.0 ] ( https://github.com/TypedDevs/bashunit/compare/0.22.3...0.23.0 ) - 2025-08-03
44
55- Update docs mocks usage
66- Skip report tracking unless a report output is requested
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.22.3 "
31+ declare -r BASHUNIT_VERSION=" 0.23.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 @@ -95,7 +95,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
9595if is_git_installed; then
9696 LATEST_BASHUNIT_VERSION=" $( get_latest_tag " $BASHUNIT_GIT_REPO " ) "
9797else
98- LATEST_BASHUNIT_VERSION=" 0.22.3 "
98+ LATEST_BASHUNIT_VERSION=" 0.23.0 "
9999fi
100100TAG=" $LATEST_BASHUNIT_VERSION "
101101
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.22.3 " ,
4- "checksum" : " efae498584b4f11cd05e4acbba586009e391259fdbfac391844b75b7552e00d7 " ,
3+ "version" : " 0.23.0 " ,
4+ "checksum" : " 7043c1818016f330ee12671a233f89906f0d373f3b2aa231a8c40123be5a222b " ,
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