Skip to content

Commit

Permalink
chore: set new release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 15, 2023
1 parent c91c3f6 commit 9b81e5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

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

- ...

## [0.9.0](https://github.com/TypedDevs/bashunit/compare/0.8.0...0.9.0) - 2023-10-15

- Optimised docs Fonts (Serving directly from origin instead of Google Fonts _proxy_)
- Add Brew installation to docs
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.8.0"
declare -r BASHUNIT_VERSION="0.9.0"

readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
export BASHUNIT_ROOT_DIR
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.8.0",
"version": "0.9.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 9b81e5f

Please sign in to comment.