CHANGELOG.md in standard-rubocop-lts-1.0.1 vs CHANGELOG.md in standard-rubocop-lts-1.0.2
- old
+ new
@@ -8,16 +8,33 @@
### Added
### Changed
### Fixed
### Removed
+## [1.0.2] 2023-05-29
+### Added
+- `version_gem` for library version introspection
+### Changed
+- Set Style/SymbolArray to brackets for Ruby < 2.0 compat
+ - Previously only set for Ruby 1.8
+- Set Style/WordArray to brackets for Ruby < 2.0 compat
+ - Previously only set for Ruby 1.8
+- Disable Style/PercentLiteralDelimiters for Ruby < 2.0 compat
+- `Standard::Rubocop::Lts::VERSION` refactored to `Standard::Rubocop::Lts::Version::VERSION`
+### Fixed
+- Removed obsolete loading of `standard-custom`'s now defunct `config/ruby-2.2.yml`
+ - See: https://github.com/standardrb/standard-custom/issues/2
+### Removed
+- Duplicated lines from `README.md`
+- Circular dependency in gemspec (on `standard-rubocop-lts`, which is this gem)
+
## [1.0.1] 2023-04-16
### Fixed
- config/*.yml rubocop configs were not shipped with v1.0.0
### Changed
- Minimum Ruby Version is 2.7
-## [1.0.0] 2023-04-16 (yanked)
+## [1.0.0] 2023-04-16 [YANKED]
### Added
- Initial release
[Unreleased]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.0...HEAD
[1.0.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.0...v1.0.1