File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Release
22
3- This is a guide to know the steps to create a new release.
3+ This is a guide to knowing the steps to create a new release.
44
551 . Update the version in [ BASHUNIT_VERSION] ( ../bashunit )
661 . Update the version in [ LATEST_BASHUNIT_VERSION] ( ../install.sh )
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## [ 0.22.2 ] ( https://github.com/TypedDevs/bashunit/compare/0.22.1...0.22.2 ) - 2025-07-26
44
55- Fix broken core snapshot tests
66- Improve NixOS support
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44# shellcheck disable=SC2034
5- declare -r BASHUNIT_VERSION=" 0.22.1 "
5+ declare -r BASHUNIT_VERSION=" 0.22.2 "
66
77# shellcheck disable=SC2155
88declare -r BASHUNIT_ROOT_DIR=" $( dirname " ${BASH_SOURCE[0]} " ) "
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
9595if is_git_installed; then
9696 LATEST_BASHUNIT_VERSION=" $( get_latest_tag " $BASHUNIT_GIT_REPO " ) "
9797else
98- LATEST_BASHUNIT_VERSION=" 0.22.1 "
98+ LATEST_BASHUNIT_VERSION=" 0.22.2 "
9999fi
100100TAG=" $LATEST_BASHUNIT_VERSION "
101101
Original file line number Diff line number Diff line change 11{
22 "name" : " bashunit-docs" ,
3- "version" : " 0.22.1 " ,
4- "checksum" : " 7706f5987e3dc6868694ed3c38b0b085a02d1404c01f31c21c923ec8e7d4bc55 " ,
3+ "version" : " 0.22.2 " ,
4+ "checksum" : " b52b602de0f1d345cc99b07506840d6beaa5c64d1e631e7243866d7e3273f439 " ,
55 "description" : " Docs for bashunit a simple testing library for bash scripts" ,
66 "main" : " index.js" ,
77 "repository" : " git@github.com:TypedDevs/bashunit.git" ,
You can’t perform that action at this time.
0 commit comments