Skip to content

Commit ab0644b

Browse files
committed
release: 0.16.0
1 parent f58c3b6 commit ab0644b

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.15.0...main)
3+
## [0.16.0](https://github.com/TypedDevs/bashunit/compare/0.15.0...0.16.0) - 2024-09-15
44

5-
- Fixed clock::now can't locate Time when is not available.
6-
- Docs updated GitHub actions installation steps
7-
- Fixed failing tests when
8-
- command not found
9-
- unbound variable
10-
- Added `assert_files_equals`, `assert_files_not_equals`
5+
- Fixed `clock::now` can't locate Time when is not available
6+
- Fixed failing tests when `command not found` and `unbound variable`
117
- Fixed total tests wrong number
8+
- Update GitHub actions installation steps documentation
9+
- Added `assert_files_equals`, `assert_files_not_equals`
1210
- Added `BASHUNIT_TESTS_ENV`
1311

1412
## [0.15.0](https://github.com/TypedDevs/bashunit/compare/0.14.0...0.15.0) - 2024-09-01

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.15.0"
5+
declare -r BASHUNIT_VERSION="0.16.0"
66

77
# shellcheck disable=SC2155
88
declare -r BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[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.15.0",
4-
"checksum": "a201257512fe99e10016e223f21f9ae5689627016856729462a597306474f7a3",
3+
"version": "0.16.0",
4+
"checksum": "128e00dbee2e5ba6b17e0b545e10681e78421fd30243693bc18bdbc4c47cfe40",
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)