File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ 0.19.0 ] ( https://github.com/TypedDevs/bashunit/compare/0.18.0...0.19.0 ) - 2025-02-19
4
4
5
5
- Fixed false negative with ` set -e `
6
6
- Fixed name rendered when having ` test_test_* `
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
70
70
if is_git_installed; then
71
71
LATEST_BASHUNIT_VERSION=" $( get_latest_tag " $BASHUNIT_GIT_REPO " ) "
72
72
else
73
- LATEST_BASHUNIT_VERSION=" 0.18 .0"
73
+ LATEST_BASHUNIT_VERSION=" 0.19 .0"
74
74
fi
75
75
TAG=" $LATEST_BASHUNIT_VERSION "
76
76
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bashunit-docs" ,
3
- "version" : " 0.18 .0" ,
4
- "checksum" : " 70dffb79118b9dba8f1a8c83a60fdf79b01b0442c6260dba4e694522bc6637d7 " ,
3
+ "version" : " 0.19 .0" ,
4
+ "checksum" : " 0d0538b0d3e65beda2e6791b1a7178c63da250f12642ba7ba44487e9100d7f4f " ,
5
5
"description" : " Docs for bashunit a simple testing library for bash scripts" ,
6
6
"main" : " index.js" ,
7
7
"repository" : " git@github.com:TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments