Commit 3c53800b authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.24.0

parent 61c2a7f4
...@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master ## Master
## 0.24.0
###### Enhancements
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.3...0.23.0.rc1)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.22.3...0.23.0.rc1)
[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.8.1...0.9.0)
[cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader/compare/0.1.1...0.1.2)
###### Enhancements ###### Enhancements
* Added `pod init` command which generates a Podfile according to the * Added `pod init` command which generates a Podfile according to the
...@@ -34,6 +44,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -34,6 +44,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Cédric Luthi](https://github.com/0xced) [Cédric Luthi](https://github.com/0xced)
[#1294](https://github.com/CocoaPods/CocoaPods/issues/1294) [#1294](https://github.com/CocoaPods/CocoaPods/issues/1294)
* Added basic support for Bazaar repositories.
[Fred McCann](https://github.com/fmccann)
[cocoapods-downloader#4](https://github.com/CocoaPods/cocoapods-downloader/pull/4)
###### Bug Fixes ###### Bug Fixes
......
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 638a427e82799590eb3ed29d7d92d1744e874bc4 revision: 9e592ef498539c732c2dd30bf32a40850117a4da
branch: master branch: master
specs: specs:
cocoapods-core (0.24.0) cocoapods-core (0.24.0)
......
module Pod module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.23.0' unless defined? Pod::VERSION VERSION = '0.24.0' unless defined? Pod::VERSION
end 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