Releases: maxbrunsfeld/counterfeiter
Releases · maxbrunsfeld/counterfeiter
v6.12.0
What's Changed
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #333
- Bump github.com/onsi/gomega from 1.38.0 to 1.38.2 by @dependabot[bot] in #338
- fix: support for custom type constraints in generic interfaces by @mahboubii in #334
New Contributors
- @mahboubii made their first contribution in #334
Full Changelog: v6.11.3...v6.12.0
v6.11.2
Revert changes from v6.11.1.
Full Changelog: v6.11.1...v6.11.2
v6.11.1
Restore compatibility for go 1.22.
Full Changelog: v6.11.0...v6.11.1
v6.11.0
What's Changed
- Bump github.com/onsi/gomega from 1.34.2 to 1.35.0 by @dependabot in #303
- Bump github.com/onsi/gomega from 1.35.0 to 1.35.1 by @dependabot in #304
- Bump golang.org/x/text from 0.19.0 to 0.20.0 by @dependabot in #305
- Bump golang.org/x/tools from 0.26.0 to 0.27.0 by @dependabot in #306
- Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #307
- Bump golang.org/x/text from 0.20.0 to 0.21.0 by @dependabot in #308
- Bump golang.org/x/tools from 0.27.0 to 0.28.0 by @dependabot in #309
- Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in #310
- handle interfaces with generics by @jaredmtterminus in #311
New Contributors
- @jaredmtterminus made their first contribution in #311
Full Changelog: v6.10.0...v6.11.0
v6.10.0
What's Changed
- Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #296
- Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in #299
- Bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #300
- issue #298 - go 1.23 go/types alias change by @xanderflood in #301
New Contributors
- @xanderflood made their first contribution in #301
Full Changelog: v6.9.0...v6.10.0
v6.9.0
v6.8.1
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
- 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
- ⬆️ 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
- ⬆️ dependency updates
Detailed changes: v6.6.1...v6.6.2