CHANGELOG.md in cocoapods-plugins-0.4.2 vs CHANGELOG.md in cocoapods-plugins-1.0.0.beta.1

- old
+ new

@@ -1,44 +1,49 @@ # Cocoapods::Plugins Changelog -## 0.4.2 +## 1.0.0.beta.1 (2015-12-30) +This version contains no changes. -## 0.4.1 +## 0.4.2 (2015-04-03) + + +## 0.4.1 (2015-02-25) + * Added the `pod plugins installed` subcommand. [Olivier Halligon](https://github.com/AliSoftware) -## 0.4.0 +## 0.4.0 (2014-12-25) * Added the `pod plugins publish` subcommand. [Olivier Halligon](https://github.com/AliSoftware) -## 0.3.2 +## 0.3.2 (2014-11-02) * Switch to using cocoapods-plugins JSON file instead of from Cocoapods.org's repo. [542919](https://github.com/CocoaPods/cocoapods-plugins/commit/542919902e611c33bb0e02848037474529ddd0f9) [Florian Hanke](https://github.com/floere) -## 0.3.1 +## 0.3.1 (2014-09-12) * Restore compatibility with Ruby 1.8.7. [#30](https://github.com/CocoaPods/cocoapods-plugins/issues/30) [Fabio Pelosin](https://github.com/fabiopelosin) -## 0.3.0 +## 0.3.0 (2014-09-11) * Added a reminder to add plugin to `plugins.json` once released. [#27](https://github.com/CocoaPods/cocoapods-plugins/issues/27) [Olivier Halligon](https://github.com/AliSoftware) * Print out the version of plugins when invoked with `--verbose`. [#16](https://github.com/CocoaPods/cocoapods-plugins/issues/16) [David Grandinetti](https://github.com/dbgrandi) -## 0.2.0 +## 0.2.0 (2014-05-20) * Migrating to new syntax of CLAide::Command#arguments. [#23](https://github.com/CocoaPods/cocoapods-plugins/issues/23) [Olivier Halligon](https://github.com/AliSoftware) @@ -48,11 +53,11 @@ * `create` subcommand now prefixes the given name if not already. [#20](https://github.com/CocoaPods/cocoapods-plugins/issues/20) [Olivier Halligon](https://github.com/AliSoftware) -## 0.1.1 +## 0.1.1 (2014-05-02) * Making `pod plugins` an abstract command, with `list` the default subcommand. [#11](https://github.com/CocoaPods/cocoapods-plugins/issues/11) [#12](https://github.com/CocoaPods/cocoapods-plugins/issues/12) [Olivier Halligon](https://github.com/AliSoftware) @@ -69,10 +74,10 @@ * Fixing coding conventions and RuboCop offenses. [#17](https://github.com/CocoaPods/cocoapods-plugins/issues/17) [Olivier Halligon](https://github.com/AliSoftware) -## 0.1.0 +## 0.1.0 (2014-04-22) * Initial implementation. [David Grandinetti](https://github.com/dbgrandi) * Added `create` subcommand to create an empty project for a new plugin.