Releases: maxbrunsfeld/counterfeiter
Releases · maxbrunsfeld/counterfeiter
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
v6.6.1
- ⚡ fix GitHub Actions workflow:
setup-go
directive forgo 1.20
requires quotes for version'1.20'
Detailed changes: v6.6.0...v6.6.1
v6.6.0
- ⬆️ update dependencies
Detailed changes: v6.5.0...v6.6.0
v6.5.0
- ⬆️ update dependencies
- 🔗 adopt go1.17 version in go.mod
Detailed changes: v6.4.1...v6.5.0