Skip to content

Releases: Kardbord/imgflipgo

v2.0.1

10 Dec 04:16
cb1a020
Compare
Choose a tag to compare

Release v2.0.1

Changelog

Full Changelog

v2.0.0...v2.0.1

v2.0.0

09 Dec 05:12
Compare
Choose a tag to compare

Release v2.0.0

⚠️ WARNING ⚠️

This release changes the module name and download URL. While the old URL should continue to redirect appropriately, it would be wise for users of this library to either replace all references to the old module name, or update their go.mod via the following command, where <VERSION> should be replaced with the desired version.

go mod edit -replace="github.com/TannerKvarfordt/imgflipgo=github.com/Kardbord/imgflipgo@<VERSION>"

Changelog

Full Changelog

v1.0.8...v2.0.0

v1.0.8

14 May 03:21
Compare
Choose a tag to compare

Release v1.0.8

Changelog

  • Fixed typo in goreleaser (@TannerKvarfordt)

Full Changelog

v1.0.7...v1.0.8

v1.0.7

14 May 03:16
Compare
Choose a tag to compare

Release v1.0.7

Changelog

  • Added release workflow (@TannerKvarfordt)

Full Changelog

Kardbord/gopenai@v1.0.6...v1.0.7

v1.0.6

19 Feb 18:44
6a884ec
Compare
Choose a tag to compare

This release just contains dependency updates.

Full Changelog: v1.0.5...v1.0.6

v1.0.5

29 Nov 04:40
Compare
Choose a tag to compare

Fixed an issue where font would not be properly set.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Nov 03:09
Compare
Choose a tag to compare

Optional request parameters are now pointers, and are only included in the request if not nil. Setter methods have been added for ease of use.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Nov 20:26
Compare
Choose a tag to compare

Fixed a bug where zero-values for color fields were not set properly.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Nov 22:10
Compare
Choose a tag to compare

Ran go fmt.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Nov 21:35
Compare
Choose a tag to compare

Fixed incorrect color parameters in POST form.

Full Changelog: v1.0.0...v1.0.1