Skip to content

Commit 2ecfee3

Browse files
committed
release: 0.24.0
1 parent 4d27074 commit 2ecfee3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## [0.24.0](https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0) - 2025-09-14
44

55
- Improve `assert_have_been_called_with` with strict argument matching
66
- Make Windows install clearer in the docs by adding an option for Linux/Mac and another one for Windows.

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function _check_bash_version() {
2828
_check_bash_version
2929

3030
# shellcheck disable=SC2034
31-
declare -r BASHUNIT_VERSION="0.23.0"
31+
declare -r BASHUNIT_VERSION="0.24.0"
3232

3333
# shellcheck disable=SC2155
3434
declare -r BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
9595
if is_git_installed; then
9696
LATEST_BASHUNIT_VERSION="$(get_latest_tag "$BASHUNIT_GIT_REPO")"
9797
else
98-
LATEST_BASHUNIT_VERSION="0.23.0"
98+
LATEST_BASHUNIT_VERSION="0.24.0"
9999
fi
100100
TAG="$LATEST_BASHUNIT_VERSION"
101101

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.23.0",
4-
"checksum": "7043c1818016f330ee12671a233f89906f0d373f3b2aa231a8c40123be5a222b",
3+
"version": "0.24.0",
4+
"checksum": "db65b663556ea1290879f09c653f9ff0e32372e41a4cdc1eb339a294a4095a02",
55
"description": "Docs for bashunit a simple testing library for bash scripts",
66
"main": "index.js",
77
"repository": "git@github.com:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)