Skip to content

Releases: maxbrunsfeld/counterfeiter

v6.10.0

16 Oct 03:50
v6.10.0
241cc37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.9.0...v6.10.0

v6.9.0

11 Sep 19:25
v6.9.0
7cd04d1
Compare
Choose a tag to compare

Details:

  • ⬆️ dependency updates, which resulted in the minimum go version increasing to go 1.22
  • 📖 update an outdated link to go module documentation (#277 via @jhvhs)
  • 📖 remove dangling backtick (#281 via @dennisme)

Detailed changes: v6.8.1...v6.9.0

v6.8.1

12 Jan 16:08
v6.8.1
09933ea
Compare
Choose a tag to compare

This patch release removes the unused appveyor.yml file and some unused dependencies in go.mod resulting from a go mod tidy run. Read on for the contents of the v6.8.0 release:

  • support generic function parameters and return types (#258 via @Ralph7C2 - thanks Ralph!)
  • ⬆️ dependency updates
  • 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub)
  • change go.mod to 1.20

Detailed changes: v6.7.0...v6.8.1

v6.8.0

12 Jan 16:07
v6.8.0
c0e6061
Compare
Choose a tag to compare
  • support generic function parameters and return types (#258 via @Ralph7C2 - thanks Ralph!)
  • ⬆️ dependency updates
  • 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub)
  • change go.mod to 1.20

Detailed changes: v6.7.0...v6.8.0

v6.7.0

16 Aug 07:51
v6.7.0
45d9140
Compare
Choose a tag to compare
  • ⬆️ dependency updates
  • change go.mod to 1.19
  • modernize github actions workflow to keep pace with new go releases

Detailed changes: v6.6.2...v6.7.0

v6.6.2

27 Jun 15:38
v6.6.2
6862e7f
Compare
Choose a tag to compare
  • ⬆️ dependency updates

Detailed changes: v6.6.1...v6.6.2

v6.6.1

04 Feb 16:23
v6.6.1
dd192e7
Compare
Choose a tag to compare
  • ⚡ fix GitHub Actions workflow: setup-go directive for go 1.20 requires quotes for version '1.20'

Detailed changes: v6.6.0...v6.6.1

v6.6.0

04 Feb 16:13
v6.6.0
fcd716f
Compare
Choose a tag to compare
  • ⬆️ update dependencies

Detailed changes: v6.5.0...v6.6.0

v6.5.0

16 Mar 17:19
v6.5.0
bbb586b
Compare
Choose a tag to compare
  • ⬆️ update dependencies
  • 🔗 adopt go1.17 version in go.mod

Detailed changes: v6.4.1...v6.5.0

v6.4.1

05 Apr 02:56
Compare
Choose a tag to compare
  • 🐛 package mode was broken, but now it's fixed (@nkovacs supplied a patch to fix #140)
  • 🐛 allow directories when using the -o output flag (fixes #172, thanks @darwayne)

Detailed changes: v6.4.0...v6.4.1