File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## [ 0.19.1 ] ( https://github.com/TypedDevs/bashunit/compare/0.19.0...0.19.1 ) - 2025-05-23
4
4
5
5
- replace ` #!/bin/bash ` with ` #!/usr/bin/env bash `
6
6
- usage printf with awk, which correctly handles float rounding and improves portability
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
# shellcheck disable=SC2034
5
- declare -r BASHUNIT_VERSION=" 0.19.0 "
5
+ declare -r BASHUNIT_VERSION=" 0.19.1 "
6
6
7
7
# shellcheck disable=SC2155
8
8
declare -r BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
70
70
if is_git_installed; then
71
71
LATEST_BASHUNIT_VERSION=" $( get_latest_tag " $BASHUNIT_GIT_REPO " ) "
72
72
else
73
- LATEST_BASHUNIT_VERSION=" 0.19.0 "
73
+ LATEST_BASHUNIT_VERSION=" 0.19.1 "
74
74
fi
75
75
TAG=" $LATEST_BASHUNIT_VERSION "
76
76
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bashunit-docs" ,
3
- "version" : " 0.19.0 " ,
4
- "checksum" : " 1579cd17f6b82131888366467ee266ed0aaffa7f2dbdbba917f904fbc91ba216 " ,
3
+ "version" : " 0.19.1 " ,
4
+ "checksum" : " 2d085bcb752a9b910db7a964b309a25960a19e778f40676ff51d9d7534891a48 " ,
5
5
"description" : " Docs for bashunit a simple testing library for bash scripts" ,
6
6
"main" : " index.js" ,
7
7
"repository" : " git@github.com:TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments