# Changelog
# v2.0.0 (!)
Release Day: 23 May 2023
- 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 (opens new window) is now supported! You can read more about that here: Using multiple regex rules. - Added
config
,workdir
andversion
options - Migrated the project to Bazel (opens new window)
- Migrated the project to GitHub Actions
- Updated all third party dependencies
- Updated Go (opens new window) to 1.20.4