Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed May 20, 2014
1 parent a4d3968 commit d049fe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# CocoaPods Core Changelog

## Master
## 0.33.0

##### Enhancements

* Extracted URL validation into its own module.
* Extracted URL validation into its own module.
[Boris Bügling](https://github.com/neonichu)
[#115](https://github.com/CocoaPods/Core/issues/115)
[#116](https://github.com/CocoaPods/Core/pull/116)

* Gracefully handle unexpected source structure
* Gracefully handle unexpected source structure.
[Samuel E. Giddins](https://github.com/segiddins)
[#110](https://github.com/CocoaPods/Core/issues/110)

Expand All @@ -18,7 +18,7 @@
[Joshua Kalpin][Kapin]
[#122](https://github.com/CocoaPods/Core/pull/122)

* Introduce a new spec attribute `default_subspecs`.
* Add support for the specification of multiple `default_subspecs`.
[Kyle Fuller][kylef]
[CocoaPods#2099](https://github.com/CocoaPods/CocoaPods/issues/2099)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (0.32.1)
cocoapods-core (0.33.0)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '0.32.1' unless defined? Pod::CORE_VERSION
CORE_VERSION = '0.33.0' unless defined? Pod::CORE_VERSION
end

0 comments on commit d049fe2

Please sign in to comment.