From 575a910935a879abd8a1d349f6f1c14bec21dcb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:40:06 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a320ec4..b80cfc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0](https://github.com/romdo/gomockctx/compare/v0.1.0...v0.2.0) (2023-10-13) + + +### ⚠ BREAKING CHANGES + +* **deps:** upgrade minimum Go version to 1.18 (from 1.15) ([#2](https://github.com/romdo/gomockctx/issues/2)) + +### Features + +* **deps:** upgrade minimum Go version to 1.18 (from 1.15) ([#2](https://github.com/romdo/gomockctx/issues/2)) ([fc69fe9](https://github.com/romdo/gomockctx/commit/fc69fe9318d3065e465198792f2ae06421f07518)) + ## [0.1.0](https://github.com/romdo/gomockctx/compare/v0.0.1...v0.1.0) (2022-03-21)