CHANGELOG.md in cocoapods-plugins-0.1.1 vs CHANGELOG.md in cocoapods-plugins-0.2.0
- old
+ new
@@ -1,6 +1,17 @@
# Cocoapods::Plugins Changelog
+## 0.2.0
+
+* Migrating to new syntax of CLAide::Command#arguments (fix #23)
+ [Olivier Halligon](https://github.com/AliSoftware)
+
+* Printing URL of template used (fixes #21) [Olivier Halligon]
+ [Olivier Halligon](https://github.com/AliSoftware)
+
+* `create` subcommand now prefixes the given name if not already (fix #20)
+ [Olivier Halligon](https://github.com/AliSoftware)
+
## 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)