File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
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.9.0...main )
3
+ ## [ Unreleased] ( https://github.com/TypedDevs/bashunit/compare/0.10.0...main )
4
+
5
+ - ...
6
+
7
+ ## [ 0.10.0] ( https://github.com/TypedDevs/bashunit/compare/0.9.0...0.10.0 ) - 2023-11-09
4
8
5
9
- Installer no longer needs git
6
10
- Add ` assert_contains_ignore_case `
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.9 .0"
4
+ declare -r BASHUNIT_VERSION=" 0.10 .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 3
3
# shellcheck disable=SC2164
4
4
# shellcheck disable=SC2103
5
5
6
- declare -r LATEST_BASHUNIT_VERSION=" 0.9 .0"
6
+ declare -r LATEST_BASHUNIT_VERSION=" 0.10 .0"
7
7
8
8
DIR=${1-lib}
9
9
VERSION=${2-latest}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bashunit-docs" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .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