CHANGELOG.md in cocoapods-try-0.4.5 vs CHANGELOG.md in cocoapods-try-0.5.0
- old
+ new
@@ -1,9 +1,30 @@
# Cocoapods::Try Changelog
-## 0.4.5
+## 0.5.0 (2015-08-26)
+##### Enhancements
+
+* Any CocoaPod / GitHub repo can now declare their own pre-install commands, and prefer a
+ project. To use this, add a `.cocoapods.yml` file to the root of your repo. The yaml file
+ should have a structure like:
+
+ ``` yaml
+ try:
+ install:
+ pre:
+ - pod install
+ - git submodule init
+ project: 'ORStackView.xcworkspace'
+ ```
+
+ [Orta Therox](https://github.com/orta)
+ [#33](https://github.com/CocoaPods/cocoapods-try/issues/33)
+
+
+## 0.4.5 (2015-05-27)
+
##### Bug Fixes
* Use `Dir.tmpdir` instead of explicit `/tmp`.
[Boris Bügling](https://github.com/neonichu)
[#34](https://github.com/CocoaPods/cocoapods-try/pull/34)
@@ -11,52 +32,52 @@
* Automatically detect JSON podspecs.
[Samuel Giddins](https://github.com/segiddins)
[#35](https://github.com/CocoaPods/cocoapods-try/issues/35)
-## 0.4.4
+## 0.4.4 (2015-05-06)
##### Bug Fixes
* Fix working with the CocoaPods download cache introduced in 0.37.
[Samuel Giddins](https://github.com/)
[#30](https://github.com/CocoaPods/cocoapods-try/issues/30)
-## 0.4.3
+## 0.4.3 (2014-12-25)
##### Bug Fixes
* Ensure that the master repo is setup on try.
[Daniel Tomlinson](https://github.com/DanielTomlinson)
[CocoaPods/CocoaPods#2563](https://github.com/CocoaPods/CocoaPods/pull/2563)
-## 0.4.2
+## 0.4.2 (2014-10-29)
* Prefer projects or workspaces with the name including Sample over others.
[Kyle Fuller](https://github.com/kylef)
-## 0.4.1
+## 0.4.1 (2014-09-26)
* Add `--no-repo-update` option.
[Eloy Durán](https://github.com/alloy)
-## 0.4.0
+## 0.4.0 (2014-09-11)
### Enhancements
* Adopted new argument format of CLAide.
[Olivier Halligon](https://github.com/AliSoftware)
-## 0.3.0
+## 0.3.0 (2014-05-19)
### Enhancements
* Adopted new CLAide release.
[Fabio Pelosin](https://github.com/irrationalfab)
-## 0.2.0
+## 0.2.0 (2014-03-28)
### Enhancements
* Added support for the specification of an URL instead of the name of a Pod.
[David Grandinetti](https://github.com/dbgrandi)
@@ -78,9 +99,9 @@
[Eloy Durán](https://github.com/alloy)
* Typo fixes.
[Mark Townsend](https://github.com/markltownsend)
-## 0.1.0
+## 0.1.0 (2013-12-02)
* Initial implementation.
[Fabio Pelosin](https://github.com/fabiopelosin)