Skip to content

Commit a17e681

Browse files
committed
release: 0.10.0
1 parent c43e6cb commit a17e681

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

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
48

59
- Installer no longer needs git
610
- Add `assert_contains_ignore_case`

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# shellcheck disable=SC2034
4-
declare -r BASHUNIT_VERSION="0.9.0"
4+
declare -r BASHUNIT_VERSION="0.10.0"
55

66
readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
77
export BASHUNIT_ROOT_DIR

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# shellcheck disable=SC2164
44
# shellcheck disable=SC2103
55

6-
declare -r LATEST_BASHUNIT_VERSION="0.9.0"
6+
declare -r LATEST_BASHUNIT_VERSION="0.10.0"
77

88
DIR=${1-lib}
99
VERSION=${2-latest}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Docs for bashunit a simple testing library for bash scripts",
55
"main": "index.js",
66
"repository": "[email protected]:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)