From a268e81f088bcbef87021013360c78b3087cb061 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:46:29 -0500 Subject: [PATCH] chore(main): release 0.7.10 (#107) :robot: I have created a release *beep* *boop* --- ## [0.7.10](https://github.com/runfinch/common-tests/compare/v0.7.9...v0.7.10) (2024-01-05) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 ([#102](https://github.com/runfinch/common-tests/issues/102)) ([91f0e82](https://github.com/runfinch/common-tests/commit/91f0e82764480a5be385d3cdcee91d6b38e4d6be)) ### Bug Fixes * disable build --ssh test on Windows ([#106](https://github.com/runfinch/common-tests/issues/106)) ([e7fe1eb](https://github.com/runfinch/common-tests/commit/e7fe1ebc083f5ab66c7426a1d464e78c941faa12)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7dcbaa..3722c4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.9" + ".": "0.7.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 240935e..e0d509c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.10](https://github.com/runfinch/common-tests/compare/v0.7.9...v0.7.10) (2024-01-05) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 ([#102](https://github.com/runfinch/common-tests/issues/102)) ([91f0e82](https://github.com/runfinch/common-tests/commit/91f0e82764480a5be385d3cdcee91d6b38e4d6be)) + + +### Bug Fixes + +* disable build --ssh test on Windows ([#106](https://github.com/runfinch/common-tests/issues/106)) ([e7fe1eb](https://github.com/runfinch/common-tests/commit/e7fe1ebc083f5ab66c7426a1d464e78c941faa12)) + ## [0.7.9](https://github.com/runfinch/common-tests/compare/v0.7.8...v0.7.9) (2023-11-21)