Skip to content

Commit

Permalink
Release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 4, 2012
1 parent 3ac22ef commit fe96a97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 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

Expand All @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end

module Pod
VERSION = '0.15.0'
VERSION = '0.15.1'

class PlainInformative < StandardError
end
Expand Down

0 comments on commit fe96a97

Please sign in to comment.