From 56eb6c0805b9f4a85f0bf4a4abd4ddec457c7f24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:58:43 -0700 Subject: [PATCH] chore(main): release 0.8.0 (#178) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e37703..d6a5f76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.23" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6d9bf..343de67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.0](https://github.com/runfinch/common-tests/compare/v0.7.23...v0.8.0) (2024-08-20) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 ([#175](https://github.com/runfinch/common-tests/issues/175)) ([8e65eb6](https://github.com/runfinch/common-tests/commit/8e65eb6aca0ad50722b7fa24d759a9fec8a2d449)) +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 ([#179](https://github.com/runfinch/common-tests/issues/179)) ([0b08ffe](https://github.com/runfinch/common-tests/commit/0b08ffee46d53036019e8fad5e50165d632f2763)) +* **deps:** Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 ([#177](https://github.com/runfinch/common-tests/issues/177)) ([829666b](https://github.com/runfinch/common-tests/commit/829666be652642129ce79ccc94d50963b8eec998)) + + +### Features + +* Add test to check exit code ([#180](https://github.com/runfinch/common-tests/issues/180)) ([5710c25](https://github.com/runfinch/common-tests/commit/5710c251ec841b08e2b09ca3f9fcc282bb479352)) + ## [0.7.23](https://github.com/runfinch/common-tests/compare/v0.7.22...v0.7.23) (2024-06-24)