From bf86c013eb7294294237da29317ea907eb8811e5 Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 11 Jun 2024 13:35:55 +0200 Subject: [PATCH] feat: set 0.12 --- CHANGELOG.md | 6 +++++- bashunit | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c08c5d..b2e47ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.11.0...main) +## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.12.0...main) + +- ... + +## [0.12.0](https://github.com/TypedDevs/bashunit/compare/0.11.0...0.12.0) - Add missing assertion in non-stable versions - Fix test with `rm` command in macOS diff --git a/bashunit b/bashunit index 50b6c8ed..99cef415 100755 --- a/bashunit +++ b/bashunit @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC2034 -declare -r BASHUNIT_VERSION="0.11.0" +declare -r BASHUNIT_VERSION="0.12.0" readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")" export BASHUNIT_ROOT_DIR diff --git a/package.json b/package.json index d6758a07..976cf4e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bashunit-docs", - "version": "0.11.0", + "version": "0.12.0", "description": "Docs for bashunit a simple testing library for bash scripts", "main": "index.js", "repository": "git@github.com:TypedDevs/bashunit.git",