Skip to content

Commit

Permalink
release: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-gg-dev committed Mar 2, 2024
1 parent fd0519e commit 5c6fe18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

## [0.11.0](https://github.com/TypedDevs/bashunit/compare/0.10.1...0.11.0) - 2024-11-13

- Add `--upgrade` option to `./bashunit`
- Remove support to deprecated `setUp`, `tearDown`, `setUpBeforeScript` and `tearDownAfterScript` functions
Expand Down
2 changes: 1 addition & 1 deletion bashunit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# shellcheck disable=SC2034
declare -r BASHUNIT_VERSION="0.10.1"
declare -r BASHUNIT_VERSION="0.11.0"

readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export BASHUNIT_ROOT_DIR
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# shellcheck disable=SC2164
# shellcheck disable=SC2103

declare -r LATEST_BASHUNIT_VERSION="0.10.1"
declare -r LATEST_BASHUNIT_VERSION="0.11.0"

DIR=${1-lib}
VERSION=${2-latest}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bashunit-docs",
"version": "0.10.1",
"version": "0.11.0",
"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 5c6fe18

Please sign in to comment.