Sourced from gotest.tools/v3's releases.
v3.5.2
What's Changed
- assert: ensure message is always displayed & fix under bazel by
@cstrahan
in gotestyourself/gotest.tools#276- go.mod: golang.org/x/tools v0.13.0 for go1.22+ compatibility by
@thaJeztah
in gotestyourself/gotest.tools#282- poll: Continue(): use format.Message for formatting by
@thaJeztah
in gotestyourself/gotest.tools#279- fix TestFromDirSymlink on Windows due to missing drive-letter by
@thaJeztah
in gotestyourself/gotest.tools#283- Fix various linting issues and minor bugs by
@thaJeztah
in gotestyourself/gotest.tools#280- fix badges in readme, gofmt, and minor linting fix by
@thaJeztah
in gotestyourself/gotest.tools#284- circleci: add go1.21, go1.22, go1.23, and update golangci-lint to v1.60.3 by
@thaJeztah
in gotestyourself/gotest.tools#285- assert, assert/cmp: un-deprecate assert.ErrorType for now by
@thaJeztah
in gotestyourself/gotest.tools#286New Contributors
@cstrahan
made their first contribution in gotestyourself/gotest.tools#276Full Changelog: https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2
0b81523
Merge pull request #286
from thaJeztah/undeprecate_ErrorTypec5dad8f
Merge pull request #285
from thaJeztah/update_go_versions160ab0e
Remove go1.18 and go1.198569bbc
Merge pull request #284
from thaJeztah/cleanup_readme4256834
assert, assert/cmp: un-deprecate assert.ErrorType for noweb32186
circleci: update golangci-lint to v1.60.35fc8473
circleci: add go1.21, go1.22, go1.236f26df9
circleci: test generics on go1.20 and windows as well732dfcf
internal/difflib: rename funcs that collided with built-ins7d95f55
internal/difflib: gofmt