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.20.0 ] ( https://github.com/TypedDevs/bashunit/compare/0.19.1...0.20.0 ) - 2025-06-01
44
55- Fix asserts on test doubles in subshell
66- Allow interpolating arguments in data providers output
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# shellcheck disable=SC2034
5- declare -r BASHUNIT_VERSION=" 0.19.1 "
5+ declare -r BASHUNIT_VERSION=" 0.20.0 "
66
77# shellcheck disable=SC2155
88declare -r BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
7070if is_git_installed; then
7171 LATEST_BASHUNIT_VERSION=" $( get_latest_tag " $BASHUNIT_GIT_REPO " ) "
7272else
73- LATEST_BASHUNIT_VERSION=" 0.19.1 "
73+ LATEST_BASHUNIT_VERSION=" 0.20.0 "
7474fi
7575TAG=" $LATEST_BASHUNIT_VERSION "
7676
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.19.1 " ,
4- "checksum" : " 2d085bcb752a9b910db7a964b309a25960a19e778f40676ff51d9d7534891a48 " ,
3+ "version" : " 0.20.0 " ,
4+ "checksum" : " d1eed647b705ff91a3ce233b06cf300fcaf540a411404e2287d50c66699773a8 " ,
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