diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de71c72..16e669ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # Changelog -## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.15.0...main) +## [0.16.0](https://github.com/TypedDevs/bashunit/compare/0.15.0...0.16.0) - 2024-09-15 -- Fixed clock::now can't locate Time when is not available. -- Docs updated GitHub actions installation steps -- Fixed failing tests when - - command not found - - unbound variable -- Added `assert_files_equals`, `assert_files_not_equals` +- Fixed `clock::now` can't locate Time when is not available +- Fixed failing tests when `command not found` and `unbound variable` - Fixed total tests wrong number +- Update GitHub actions installation steps documentation +- Added `assert_files_equals`, `assert_files_not_equals` - Added `BASHUNIT_TESTS_ENV` ## [0.15.0](https://github.com/TypedDevs/bashunit/compare/0.14.0...0.15.0) - 2024-09-01 diff --git a/bashunit b/bashunit index ca234242..56516ebf 100755 --- a/bashunit +++ b/bashunit @@ -2,7 +2,7 @@ set -euo pipefail # shellcheck disable=SC2034 -declare -r BASHUNIT_VERSION="0.15.0" +declare -r BASHUNIT_VERSION="0.16.0" # shellcheck disable=SC2155 declare -r BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")" diff --git a/package.json b/package.json index 5785d271..69f31bd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bashunit-docs", - "version": "0.15.0", - "checksum": "a201257512fe99e10016e223f21f9ae5689627016856729462a597306474f7a3", + "version": "0.16.0", + "checksum": "128e00dbee2e5ba6b17e0b545e10681e78421fd30243693bc18bdbc4c47cfe40", "description": "Docs for bashunit a simple testing library for bash scripts", "main": "index.js", "repository": "git@github.com:TypedDevs/bashunit.git",