Skip to content

Commit

Permalink
docs: define 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jul 14, 2024
1 parent 3fc5151 commit a8455b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.13.0...main)
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.14.0...main)

- Nothing yet...

## [0.14.0](https://github.com/TypedDevs/bashunit/compare/0.13.0...0.14.0) - 2024-07-14

- Fix echo does not break test execution results
- Add bashunit facade to enable custom assertions
- Document how to verify the `sha256sum` of the final executable
- Generate checksum on build
- Enable display execution time on macOS with `SHOW_EXECUTION_TIME`
- Support for displaying the clock without `perl` (for non-macOS)
- Enable strictmode
- Enable strict mode
- Add `-l|--log-junit <log.xml>` option
- Add `-r|--report-html <report.html>` option
- Add `--debug` option
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.13.0"
declare -r BASHUNIT_VERSION="0.14.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.13.0",
"checksum": "6d9f1b49e4cf61d9837277251cce566eaa8b73e0f417474949a48336bd43a901",
"version": "0.14.0",
"checksum": "84822a2f2d3a84646abad5fe26e6d49a952c6e5ea08e3752443d583346cc4d56",
"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 a8455b5

Please sign in to comment.