Skip to content

Commit ea54451

Browse files
committed
release: 0.19.1
1 parent e3d7aa1 commit ea54451

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.19.1](https://github.com/TypedDevs/bashunit/compare/0.19.0...0.19.1) - 2025-05-23
44

55
- replace `#!/bin/bash` with `#!/usr/bin/env bash`
66
- usage printf with awk, which correctly handles float rounding and improves portability

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# shellcheck disable=SC2034
5-
declare -r BASHUNIT_VERSION="0.19.0"
5+
declare -r BASHUNIT_VERSION="0.19.1"
66

77
# shellcheck disable=SC2155
88
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
@@ -70,7 +70,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
7070
if is_git_installed; then
7171
LATEST_BASHUNIT_VERSION="$(get_latest_tag "$BASHUNIT_GIT_REPO")"
7272
else
73-
LATEST_BASHUNIT_VERSION="0.19.0"
73+
LATEST_BASHUNIT_VERSION="0.19.1"
7474
fi
7575
TAG="$LATEST_BASHUNIT_VERSION"
7676

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.19.0",
4-
"checksum": "1579cd17f6b82131888366467ee266ed0aaffa7f2dbdbba917f904fbc91ba216",
3+
"version": "0.19.1",
4+
"checksum": "2d085bcb752a9b910db7a964b309a25960a19e778f40676ff51d9d7534891a48",
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)