Releases: reedom/convergen
Releases · reedom/convergen
v8.0.5
v8.0.4
v8.0.3
This release introduces the v8 major version of github.com/reedom/convergen, with a corrected module path in go.mod to adhere to Go's module versioning guidelines for major versions (v2+).
What's Changed
- Module Path Update: The module path in
go.modhas been updated togithub.com/reedom/convergen/v8. This is a crucial change for allv8.x.xversions. - Internal Import Path Adjustments: All internal import paths within the module have been updated to reflect the new
v8module path.
How to Upgrade / Use v8.x.x
To use v8.x.x versions of this module, you must update your import paths to include the /v8 suffix:
import "[github.com/reedom/convergen/v8](https://github.com/reedom/convergen/v8)" // For the main package (if applicable)
import "[github.com/reedom/convergen/v8/pkg/config](https://github.com/reedom/convergen/v8/pkg/config)" // For sub-packagesv8.0.2
v8.0.1
v8.0.0
What's Changed
- feat: support additional args as mapping source by @youta1119 in #22
New Contributors
- @youta1119 made their first contribution in #22
Full Changelog: v0.7.0...v8.0.0
v0.7.0
v0.6.4
What's Changed
- fix: Panic running against Go 1.22 by @justenwalker in #16
New Contributors
- @justenwalker made their first contribution in #16
Full Changelog: v0.6.3...v0.6.4