Make sure that your version numbers comply with semantic versioning.
For any change that will break builds (adding rules, or changing options for a rule), please increment the major version.
2.0.0 -> 3.0.0
For any change that will not break builds, but is not insignificant (adding options, removing rules, or changing implementations of a rule), please bump the minor version.
2.0.0 -> 2.1.0
For style changes, or small patches that change formatting, etc, please bump the patch version.
2.0.0 -> 2.0.1
Thank you!