v0.2.0-beta
github-actions
released this
09 Dec 05:08
·
3 commits
to main
since this release
Release v0.2.0-beta
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/gopenai=github.com/Kardbord/gopenai@<VERSION>"
Changelog
- Updated package name (@Kardbord)