Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 1.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2023-10-13)

⚠ BREAKING CHANGES

  • deps: switch to Uber's maintained fork of gomock (#4)
  • deps: upgrade minimum Go version to 1.18 (from 1.15) (#2)

Features

  • deps: switch to Uber's maintained fork of gomock (#4) (0b9ddc0)
  • deps: upgrade minimum Go version to 1.18 (from 1.15) (#2) (fc69fe9)

0.1.0 (2022-03-21)

⚠ BREAKING CHANGES

  • remove deprecated Is() function, use Eq() instead (af2f565)

0.0.1 (2022-03-21)

Features

  • initial release