Skip to content

Releases: fatih/errwrap

v1.6.0

08 Feb 07:48
b83a0a3
Compare
Choose a tag to compare

What's Changed

  • Update dependencies to support Go 1.22 by @atc0005 in #22

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

16 Feb 09:12
937dc26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 Mar 08:48
397ebb5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

18 Mar 22:59
Compare
Choose a tag to compare

Changelog

ec1b31c Run go mod tidy.
d4e9251 feat: detect and fix err.String() calls
30d81ba feat: use golden files to verify suggested fixes

v1.2.0

02 Apr 04:46
2ac108a
Compare
Choose a tag to compare

This release contains a bug fix to allow detecting multiple wrap directives.

Code changes: #9

v1.1.0

13 Jan 21:38
Compare
Choose a tag to compare
  • Includes dependency updates:
- require golang.org/x/tools v0.0.0-20191014205221-18e3458ac98b
+ require golang.org/x/tools v0.0.0-20200113211014-78c17663447c
  • The pkg has changed. The command is now in the root of the dir and the analyzer is a public pkg, so it can be included in other tools if needed.

v1.0.0

30 Nov 20:53
Compare
Choose a tag to compare

Initial release