Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0
Bumps github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0.
Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
v2.2.0
What's Changed
What's new
- Encode: support pointers to embedded structs by
@dangra
in pelletier/go-toml#924- Encode: support
json.Number
type by@dangra
in pelletier/go-toml#923- Decode: unstable/Unmarshal interface by
@rszyma
in pelletier/go-toml#940Fixed bugs
- Decode: fix reuse of slice for array tables by
@pelletier
in pelletier/go-toml#934Documentation
- Fix typo in README by
@jwilk
in pelletier/go-toml#925- Fix indentation of README examples by
@rdbo
in pelletier/go-toml#928- Fix marshaler typos by
@pelletier
in pelletier/go-toml#927Other changes
- Go 1.22 support by
@pelletier
in pelletier/go-toml#935New Contributors
@dangra
made their first contribution in pelletier/go-toml#924@jwilk
made their first contribution in pelletier/go-toml#925@rdbo
made their first contribution in pelletier/go-toml#928@rszyma
made their first contribution in pelletier/go-toml#940Full Changelog: https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0
Commits
-
86608d7
build(deps): bump github/codeql-action from 2 to 3 (#919) -
4a18779
build(deps): bump actions/setup-go from 4 to 5 (#916) -
3021d6d
build(deps): bump actions/upload-artifact from 3 to 4 (#920) -
32788f2
Update release instructions (#941) -
8ed6d13
Decode: unstable/Unmarshal interface (#940) -
7dad877
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#936) -
2b69615
Go 1.22 support (#935) -
06fb30b
Decode: fix reuse of slice for array tables (#934) -
2e087bd
Run tests on macos/M1 (#929) -
caeb9f9
Fix marshaler typos (#927) - Additional commits viewable in compare view