Skip to content

Commit d6eabbb

Browse files
committed
chore(release): 0.34.1
1 parent a2e1e14 commit d6eabbb

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.34.1](https://github.com/TypedDevs/bashunit/compare/0.34.0...0.34.1) - 2026-03-20
6+
57
### Added
68
- Add risky test detection for tests with zero assertions (shown as warning, does not fail)
79

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.34.0"
31+
declare -r BASHUNIT_VERSION="0.34.1"
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
@@ -87,7 +87,7 @@ elif [[ $# -eq 2 ]]; then
8787
fi
8888

8989
BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
90-
LATEST_BASHUNIT_VERSION="0.34.0"
90+
LATEST_BASHUNIT_VERSION="0.34.1"
9191
TAG="$LATEST_BASHUNIT_VERSION"
9292

9393
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.34.0",
4-
"checksum": "dfb53a905b49fe791ac6b63b5cc2109287694346e4300b591ff11c0b08e7898f",
3+
"version": "0.34.1",
4+
"checksum": "b620423b0fb201ff1c8d2c04735061cdea4237be84007348218a7e8d8522d8d0",
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)