chore(main): release 0.2.0 (#3)

This commit is contained in:
github-actions[bot]
2023-10-13 12:08:38 +01:00
committed by GitHub
parent 0b9ddc09c5
commit 2ca1e1f030
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}

View File

@@ -2,6 +2,19 @@
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:** switch to Uber's maintained fork of gomock ([#4](https://github.com/romdo/gomockctx/issues/4))
* **deps:** upgrade minimum Go version to 1.18 (from 1.15) ([#2](https://github.com/romdo/gomockctx/issues/2))
### Features
* **deps:** switch to Uber's maintained fork of gomock ([#4](https://github.com/romdo/gomockctx/issues/4)) ([0b9ddc0](https://github.com/romdo/gomockctx/commit/0b9ddc09c5777382aaa1793f64e00509dcb48b7d))
* **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)