Commit fe96a978 authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.15.1

parent 3ac22efd
## Master
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.0...master)
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.1...master)
## 0.15.1
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.0...0.15.1)
###### Enhancements
......@@ -22,6 +26,7 @@
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...0.15.0)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.3...0.3.4)
###### Enhancements
- Pod `install` will update the specs repo only if needed.
[#533](https://github.com/CocoaPods/CocoaPods/issues/533)
- CocoaPods now searches for the highest version of a Pod on all the repos.
......@@ -44,6 +49,7 @@
###### Bug fixes
- Subspecs namespacing has been restored.
[#541](https://github.com/CocoaPods/CocoaPods/issues/541)
- Improvements to the git cache that should be more robust.
......
......@@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
cocoapods (0.15.0)
cocoapods (0.15.1)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
......
......@@ -12,7 +12,7 @@ unless Gem::Version::Requirement.new('>= 1.4.0').satisfied_by?(Gem::Version.new(
end
module Pod
VERSION = '0.15.0'
VERSION = '0.15.1'
class PlainInformative < StandardError
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment