Releases: ansel1/merry
Releases · ansel1/merry
Release 2.2.1
Release v2.2.0
What's Changed
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /v2 by @dependabot in #29
- Updated min go version to 1.18
Full Changelog: v2.1.2...v2.2.0
v1.8.0
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #28
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /v2 by @dependabot in #29
- Updated min go version to 1.18
Full Changelog: v1.7.0...v1.8.0
Release 2.1.2
Dependency updates.
What's Changed
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #28
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: v2.1.1...v2.1.2
Release v2.1.1
Updates dependencies
Release v2.1.0
grpcstatus
learns newAttachStatus()
function, for attaching a status.Status to an error without losing the original error.- Now requires go1.16: lint and cover now make it quite difficult to support earlier versions
Release 1.7.0
- Now requires go1.16: lint and cover now make it quite difficult to support earlier versions
Release 2.1.0-beta
grpcstatus
learns new AttachStatus()
function, for attaching a status.Status to an error without losing the original error.
Release 2.0.2
- Errorf and Wrap/WrapSkipping now always return an error which implements fmt.Formatter, meaning fmt.Print("%v+", err) will always include the stacktrace (#26)
Release 2.0.1
Updated go.mod to go version 1.12.