Release v0.15.0
What's Changed
- go mod tidy imports
- Update base Go to v1.21 as well as update GitHub workflows and actions to latest versions
- Add tests to assure the indent flag works on all commands that produce JSON output by @mrutkows in #67
- Prepare underlying SHA256 and IETF RFC 6902 JSON Patch functionality for patch and merge commands by @mrutkows in #68
- Add new "patch" command using IETF RFC 6902 format by @mrutkows in #69
- Add more functional tests for the patch "remove" operation by @mrutkows in #70
- Simplify and update README to include patch command by @mrutkows in #71
Full Changelog: v0.14.0...v0.15.0