Skip to content

Commit 5c6fe18

Browse files
release: 0.11.0
1 parent fd0519e commit 5c6fe18

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.10.1...main)
3+
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.11.0...main)
4+
5+
## [0.11.0](https://github.com/TypedDevs/bashunit/compare/0.10.1...0.11.0) - 2024-11-13
46

57
- Add `--upgrade` option to `./bashunit`
68
- Remove support to deprecated `setUp`, `tearDown`, `setUpBeforeScript` and `tearDownAfterScript` functions

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# shellcheck disable=SC2034
4-
declare -r BASHUNIT_VERSION="0.10.1"
4+
declare -r BASHUNIT_VERSION="0.11.0"
55

66
readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
77
export BASHUNIT_ROOT_DIR

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# shellcheck disable=SC2164
44
# shellcheck disable=SC2103
55

6-
declare -r LATEST_BASHUNIT_VERSION="0.10.1"
6+
declare -r LATEST_BASHUNIT_VERSION="0.11.0"
77

88
DIR=${1-lib}
99
VERSION=${2-latest}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Docs for bashunit a simple testing library for bash scripts",
55
"main": "index.js",
66
"repository": "git@github.com:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)