CHANGELOG.md in rubocop-extension-generator-0.3.0 vs CHANGELOG.md in rubocop-extension-generator-0.4.0
- old
+ new
@@ -1,34 +1,38 @@
# master (unreleased)
-# v0.3.0
+## v0.4.0
-* [#8](https://github.com/rubocop-hq/rubocop-extension-generator/pull/8): Enable to work "Exclude" in AllCops section
+* [#13](https://github.com/rubocop/rubocop-extension-generator/pull/13): Fix an `ArgumentError` when RuboCop 1.22.0 or higher.
-# v0.2.3
+## v0.3.0
-* [#7](https://github.com/rubocop-hq/rubocop-extension-generator/pull/7): Improve CLI
+* [#8](https://github.com/rubocop/rubocop-extension-generator/pull/8): Enable to work "Exclude" in AllCops section.
-# v0.2.2
+## v0.2.3
-* [#5](https://github.com/rubocop-hq/rubocop-extension-generator/pull/5): Add `require: false` to sample code in README
+* [#7](https://github.com/rubocop/rubocop-extension-generator/pull/7): Improve CLI.
-# v0.2.1
+## v0.2.2
-* [#4](https://github.com/rubocop-hq/rubocop-extension-generator/pull/4): Exclude main lib file from Naming/FileName cop
+* [#5](https://github.com/rubocop/rubocop-extension-generator/pull/5): Add `require: false` to sample code in README.
-# v0.2.0
+## v0.2.1
-* Rename `custom_cops_generator` to `rubocop-extension-generator`
+* [#4](https://github.com/rubocop/rubocop-extension-generator/pull/4): Exclude main lib file from Naming/FileName cop.
-# v0.1.2
+## v0.2.0
-* Fix bugs
+* Rename `custom_cops_generator` to `rubocop-extension-generator`.
+
+## v0.1.2
+
+* Fix bugs.
* This release is the first release that works actually.
-# v0.1.1
+## v0.1.1
* Specify MIT License in gemspec.
-# v0.1.0
+## v0.1.0
* The initial release.