Skip to content

Commit

Permalink
release: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Sep 15, 2024
1 parent f58c3b6 commit ab0644b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bashunit
Original file line number Diff line number Diff line change
Expand Up @@ -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]}")"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:TypedDevs/bashunit.git",
Expand Down

0 comments on commit ab0644b

Please sign in to comment.