v1.1.0
Warning: Backwards compatibility change!
- The function
RenderFile
now outputs a struct so that we can give back more information like the image size, original format and new format.
What's Changed
- Add dependabot and test by @jerbob92 in #1
- Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.1 by @dependabot in #3
- Bump all indirect dependencies
- Change the output of
RenderFile
to a struct so that we can give back more information like the image size, original format and new format.
New Contributors
- @jerbob92 made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: v1.0.0...v1.1.0