Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 2.25 KB

Change log

master (unreleased)

0.7.1 (2025-02-16)

Bug fixes

  • #59: Fix incorrect plugin version when displaing rubocop -V. (@koic)

0.7.0 (2025-02-16)

New features

Changes

  • #57: Drop support Ruby 2.5 and 2.6 for runtime environment. (@koic)

0.6.0 (2021-06-29)

Changes

0.5.1 (2020-02-14)

Bug fixes

  • #28: Fix Rake/Desc to avoid an error when task is not a task definition. (@pocke)

0.5.0 (2019-10-31)

New features

0.4.0 (2019-10-13)

New features

0.3.1 (2019-10-06)

Bug fixes

  • #17: Filter target files for Rake/ClassDefinitionInTask cop. (@pocke)

0.3.0 (2019-09-25)

New features

  • #6: Add Rake/ClassDefinitionInTask cop. (@pocke)

Bug fixes

  • #8: Make Rake/Desc to not require description for the default task. (@pocke)

0.2.0 (2019-09-17)

New features

  • #5: Add Rake/MethodDefinitionInTask. (@pocke)

0.1.0 (2019-09-04)

New features

  • The first release!
  • Add Rake/Desc. (@pocke)