File tree 3 files changed +7
-3
lines changed 3 files changed +7
-3
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.11.0...main )
3
+ ## [ Unreleased] ( https://github.com/TypedDevs/bashunit/compare/0.12.0...main )
4
+
5
+ - ...
6
+
7
+ ## [ 0.12.0] ( https://github.com/TypedDevs/bashunit/compare/0.11.0...0.12.0 )
4
8
5
9
- Add missing assertion in non-stable versions
6
10
- Fix test with ` rm ` command in macOS
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# shellcheck disable=SC2034
4
- declare -r BASHUNIT_VERSION=" 0.11 .0"
4
+ declare -r BASHUNIT_VERSION=" 0.12 .0"
5
5
6
6
readonly BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
7
7
export BASHUNIT_ROOT_DIR
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bashunit-docs" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Docs for bashunit a simple testing library for bash scripts" ,
5
5
"main" : " index.js" ,
6
6
"repository" :
" [email protected] :TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments