Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 14:53
· 247 commits to master since this release
5184edf

Changes

  • Breaking changes: the multiple rules operator | must now include a leading and trailing whitespace (this should not affect many users because it was always documentated like that). With this the regex alternation is now supported! You can read more about that here: Using multiple regex rules.
  • Added config, workdir and version options
  • Migrated the project to Bazel
  • Migrated the project to GitHub Actions
  • Updated all third party dependencies
  • Updated Go to 1.20.4

What's Changed

New Contributors

Full Changelog: v1.11.2...v2.0.0