Skip to content

v0.7.0

Compare
Choose a tag to compare
@carolynvs carolynvs released this 25 Mar 17:10
· 23 commits to main since this release
a5c3ff8

🚨 This has breaking changes! We have switched from using github.com/pkg/errors to using the built-in error wrapping functionality in Go. If you were checking errors with github.com/pkg/errors.Cause, you will need to switch to errors.Is.

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0