v2.0.4
This version has compatibility issues with Go <= 1.17. Though go-toml doesn't officially support Go less than 2 versions old, a new version has been released with a backward-compatible fix: https://github.com/pelletier/go-toml/releases/tag/v2.0.5.
What's Changed
Fixed bugs
- Decode: don't crash on embedded nil pointers by @pelletier in #808
- Add back missing build tag needed for Go 1.16 and earlier by @piotrbulinski in #809
- Decode: don't break on non-struct embed field by @pelletier in #810
New Contributors
- @piotrbulinski made their first contribution in #809
Full Changelog: v2.0.3...v2.0.4