All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.4 - 2020-01-06
- Update rubocop
- Change Metrics/LineLength to Layout/LineLength
- Use Lint/SuppressedException instead of Lint/HandleExceptions
- Update default ruby version
- Reformat Markdown list chars to match default prettier formatting
0.0.3 - 2019-02-03
- Do not treat comments in bundler files as group separators
0.0.2 - 2018-04-25
- Bump rubocop_method_order dependency from 0.2.1 to 0.3.0
0.0.1 - 2018-04-20
- Info about
inherit_mode
to allow exclusions from included configs. - New
bin/release
script to make sure tests are ran before release. - Add git commit with checksums as part of release task.
- Increase max line length to 120 characters from 100.
0.0.1.beta2 - 2018-03-24
- Checksum creation code after running
rake release
. - Add rubocop_method_order as runtime dependency.
- Clean up changelog version numbers used to match what was released.
0.0.1.beta1 - 2018-03-24
- Initial version of the gem.