v0.7.0
🚨 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
- Switch to golang native error wrapping by @saschagrunert in #12
- Add missing return statements by @carolynvs in #14
- pkg: swtich from go get to go install when installing a go package by @VinozzZ in #13
- Add ci package by @carolynvs in #15
New Contributors
- @saschagrunert made their first contribution in #12
- @VinozzZ made their first contribution in #13
Full Changelog: v0.6.1...v0.7.0