v0.14.7: Add .WithCausef() shorthand for defining error cause
What's Changed
- Fix .Causef() syntax error (shadowed fmt pkg name) by @VojtechVitek in #66
- Error shorthand WithCausef (e.WithCause + fmt.Errof) by @klaidliadon in #65
Full Changelog: v0.14.5...v0.14.7
Supersedes v0.14.6, which contained a syntax error.