Skip to content

Commit c1caf05

Browse files
committed
release: 0.30.0
1 parent ebb8f06 commit c1caf05

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [0.30.0](https://github.com/TypedDevs/bashunit/compare/0.29.0...0.30.0) - 2025-12-14
6+
57
### Added
68
- Display execution time in minutes format when tests run over 60 seconds (e.g., "2m 1s")
79
- Display individual test duration in human-readable format (ms, s, or m s) instead of always milliseconds

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.29.0"
31+
declare -r BASHUNIT_VERSION="0.30.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
@@ -82,7 +82,7 @@ elif [[ $# -eq 2 ]]; then
8282
fi
8383

8484
BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
85-
LATEST_BASHUNIT_VERSION="0.29.0"
85+
LATEST_BASHUNIT_VERSION="0.30.0"
8686
TAG="$LATEST_BASHUNIT_VERSION"
8787

8888
cd "$(dirname "$0")"

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.29.0",
4-
"checksum": "90d5afc07222920777d6c47af657d1d7a80a0055eaaa506c9c814f6b224da102",
3+
"version": "0.30.0",
4+
"checksum": "1cdb44f844f8decf9943c2b8e18679b4497e3bd798ce4aa9605cfde3d357706f",
55
"description": "Docs for bashunit a simple testing library for bash scripts",
66
"main": "index.js",
77
"repository": "[email protected]:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)