CHANGELOG.md in cocoapods-plugins-0.1.0 vs CHANGELOG.md in cocoapods-plugins-0.1.1
- old
+ new
@@ -1,6 +1,19 @@
# Cocoapods::Plugins Changelog
+## 0.1.1
+
+* Making `pod plugins` an abstract command, with `list` the default subcommand (#11, #12)
+ [Olivier Halligon](https://github.com/AliSoftware)
+* Added `search` subcommand to search plugins by name, author and description. (#9)
+ [Olivier Halligon](https://github.com/AliSoftware)
+* Refactoring (#10, #13), improved output formatting (#8)
+ [Olivier Halligon](https://github.com/AliSoftware)
+* Fixing coding conventions and Rubocop offenses (#17)
+ [Olivier Halligon](https://github.com/AliSoftware)
+
## 0.1.0
* Initial implementation.
[David Grandinetti](https://github.com/dbgrandi)
+* Added `create` subcommand to create an empty project for a new plugin.
+ [Boris Bügling](https://github.com/neonichu)