# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added ### Changed ### Fixed ### Removed ## [2.0.4] 2023-05-22 ### Fixed - install_tasks and Railtie loading of rake tasks ## [2.0.3] 2023-05-21 ### Fixed - Ship rake tasks in gem package ## [2.0.2] 2023-05-18 ### Removed - stray puts debugging ## [2.0.1] 2023-05-18 ### Fixed - Fix rake_tasks hook on Railtie ### Changed - tasks.rake => tasks.rb ## [2.0.0] 2023-05-17 [YANKED] ### Added - Configs for: - rubocop - rubocop-gradual - rubocop-md - rubocop-rake - rubocop-shopify - rubocop-thread_safety - standard - standard-performance - standard-custom - standard-rubocop-lts - And optionally, if you are using RSpec: - rubocop-rspec - And optionally, if you are building a RubyGem: - rubocop-packaging - And optionally, if you are building a Rails app: - betterlint - standard-rails - version_gem ### Removed - rubocop-ruby1_8.yml (replaced with a wholly separate gem [rubocop-ruby1_8](https://gitlab.com/rubocop-lts/rubocop-ruby1_8) - Support for Ruby <= 2.6. Minimum Ruby Version is now 2.7 ## [1.0.5] 2022-05-23 ### Fixed - Fix typo in rubocop-ruby1_8.yml filename to be shipped ## [1.0.4] 2022-05-23 ### Fixed - Ship rubocop-ruby1_8.yml with the gem ## [1.0.3] 2022-05-22 ### Added - Better documentation - Default cop enabled for inherited rubocop.yml: Style/Encoding - Rubocop => RuboCop typo repair - New rubocop-ruby1_8.yml to assist with continuing support for Ruby 1.8 - Ruby Version Support Matrix - Support installing via rubygems, without bundler ### Fixed - Ability to install via `gem install` command (i.e. without bundler) ## [1.0.2] 2022-05-03 ### Added - Style/BracesAroundHashParameters configured to help transition to Ruby 2.7+ ## [1.0.1] 2022-05-03 ### Fixed - Added missing rubocop.yml for inherit_gem directive ## [1.0.0] 2022-05-01 ### Added - Initial release [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v2.0.4...HEAD [2.0.4]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.5...v2.0.0 [1.0.5]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/8fb0f104adf43c5a0e3487b390f91881f79e4d89...v1.0.0