File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## [ 0.26.0 ] ( https://github.com/TypedDevs/bashunit/compare/0.25.0...0.26.0 ) - 2025-11-02
44
55- Add ` assert_unsuccessful_code ` assertion to check for non-zero exit codes
66- Fix bench tests missing test_file var
99- Eliminated redundant ` declare -F | awk ` calls that were happening for every test/bench file
1010- Replaced tail and process with Bash parameter expansion
1111
12- ## [ 0.25.0] ( https://github.com/TypedDevs/bashunit/compare/0.23 .0...0.24 .0 ) - 2025-10-05
12+ ## [ 0.25.0] ( https://github.com/TypedDevs/bashunit/compare/0.24 .0...0.25 .0 ) - 2025-10-05
1313
1414- Add AI developer tools integration and guidelines
1515 - Add Project-wide ` copilot-instructions.md `
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.25 .0"
31+ declare -r BASHUNIT_VERSION=" 0.26 .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.25 .0"
98+ LATEST_BASHUNIT_VERSION=" 0.26 .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.25 .0" ,
4- "checksum" : " baebbebf93a515f516598b14d5c42d02f4c5bc9933a4c1f59eca36122e109f2d " ,
3+ "version" : " 0.26 .0" ,
4+ "checksum" : " 7ff253ec2cb665d560fd92d314687f0d6a256f9f9f13c57b3c4747d056e659af " ,
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