Skip to content

0.14.1 (2024-02-23)

Compare
Choose a tag to compare
@dbanty dbanty released this 23 Feb 03:43
· 462 commits to main since this release
650a18f

Features

Add ignore_go_major_versioning option

You can now set ignore_go_major_versioning = true for a package in
knope.toml to turn off the major version validation & updating in go.mod files.

More details in the new docs.

Closes #863, thanks for the suggestion @BatmanAoD!