File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ] ( https://github.com/TypedDevs/bashunit/compare/0.15.0...main )
3
+ ## [ 0.16.0 ] ( https://github.com/TypedDevs/bashunit/compare/0.15.0...0.16.0 ) - 2024-09-15
4
4
5
- - Fixed clock::now can't locate Time when is not available.
6
- - Docs updated GitHub actions installation steps
7
- - Fixed failing tests when
8
- - command not found
9
- - unbound variable
10
- - Added ` assert_files_equals ` , ` assert_files_not_equals `
5
+ - Fixed ` clock::now ` can't locate Time when is not available
6
+ - Fixed failing tests when ` command not found ` and ` unbound variable `
11
7
- Fixed total tests wrong number
8
+ - Update GitHub actions installation steps documentation
9
+ - Added ` assert_files_equals ` , ` assert_files_not_equals `
12
10
- Added ` BASHUNIT_TESTS_ENV `
13
11
14
12
## [ 0.15.0] ( https://github.com/TypedDevs/bashunit/compare/0.14.0...0.15.0 ) - 2024-09-01
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# shellcheck disable=SC2034
5
- declare -r BASHUNIT_VERSION=" 0.15 .0"
5
+ declare -r BASHUNIT_VERSION=" 0.16 .0"
6
6
7
7
# shellcheck disable=SC2155
8
8
declare -r BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bashunit-docs" ,
3
- "version" : " 0.15 .0" ,
4
- "checksum" : " a201257512fe99e10016e223f21f9ae5689627016856729462a597306474f7a3 " ,
3
+ "version" : " 0.16 .0" ,
4
+ "checksum" : " 128e00dbee2e5ba6b17e0b545e10681e78421fd30243693bc18bdbc4c47cfe40 " ,
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