From afbbd971ea407fdb723fafb93314bcb94de70c27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 12:33:52 -0700 Subject: [PATCH] chore(main): release 0.7.0 (#63) :robot: I have created a release *beep* *boop* --- ## [0.7.0](/~https://github.com/runfinch/common-tests/compare/v0.6.5...v0.7.0) (2023-05-26) ### Features * Tests for bind mounts ([#66](/~https://github.com/runfinch/common-tests/issues/66)) ([22a7f7e](/~https://github.com/runfinch/common-tests/commit/22a7f7e7bd917e443aa47aaa9eaa5dac03a5a10b)) * verify the result of finch inspect has State.Status and State.Error ([#64](/~https://github.com/runfinch/common-tests/issues/64)) ([b761a7a](/~https://github.com/runfinch/common-tests/commit/b761a7ab19fe15e0d0bf34441fad1248ac6b3e83)) ### Build System or External Dependencies * **deps:** bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 ([#62](/~https://github.com/runfinch/common-tests/issues/62)) ([0bd0901](/~https://github.com/runfinch/common-tests/commit/0bd090128548cdeb8cf381c8c53b2177fe009ab6)) * **deps:** bump github.com/onsi/gomega from 1.27.5 to 1.27.6 ([#54](/~https://github.com/runfinch/common-tests/issues/54)) ([72120b5](/~https://github.com/runfinch/common-tests/commit/72120b57b4c70945df307a1aea80d609e7c27a95)) * **deps:** bump github.com/onsi/gomega from 1.27.6 to 1.27.7 ([#65](/~https://github.com/runfinch/common-tests/issues/65)) ([590a984](/~https://github.com/runfinch/common-tests/commit/590a9845b46218c1c8d669a5e5a9269dfc86a232)) --- 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> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af67ef1..7c2f84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.7.0](/~https://github.com/runfinch/common-tests/compare/v0.6.5...v0.7.0) (2023-05-26) + + +### Features + +* Tests for bind mounts ([#66](/~https://github.com/runfinch/common-tests/issues/66)) ([22a7f7e](/~https://github.com/runfinch/common-tests/commit/22a7f7e7bd917e443aa47aaa9eaa5dac03a5a10b)) +* verify the result of finch inspect has State.Status and State.Error ([#64](/~https://github.com/runfinch/common-tests/issues/64)) ([b761a7a](/~https://github.com/runfinch/common-tests/commit/b761a7ab19fe15e0d0bf34441fad1248ac6b3e83)) + + +### Build System or External Dependencies + +* **deps:** bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 ([#62](/~https://github.com/runfinch/common-tests/issues/62)) ([0bd0901](/~https://github.com/runfinch/common-tests/commit/0bd090128548cdeb8cf381c8c53b2177fe009ab6)) +* **deps:** bump github.com/onsi/gomega from 1.27.5 to 1.27.6 ([#54](/~https://github.com/runfinch/common-tests/issues/54)) ([72120b5](/~https://github.com/runfinch/common-tests/commit/72120b57b4c70945df307a1aea80d609e7c27a95)) +* **deps:** bump github.com/onsi/gomega from 1.27.6 to 1.27.7 ([#65](/~https://github.com/runfinch/common-tests/issues/65)) ([590a984](/~https://github.com/runfinch/common-tests/commit/590a9845b46218c1c8d669a5e5a9269dfc86a232)) + ## [0.6.4](/~https://github.com/runfinch/common-tests/compare/v0.6.3...v0.6.4) (2023-04-06)