Skip to content

Commit

Permalink
Release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 19, 2012
1 parent 22d377d commit 7ea1d46
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,19 +2,28 @@


[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.1...master)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.4...master) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.1...master)[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.3.4...master)


## 0.15.2

[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.15.1...0.15.2)

###### Enhancements ###### Enhancements


- Added support for `.hh` headers. - Added support for `.hh` headers.
[#576](https://github.com/CocoaPods/CocoaPods/pull/576) [#576](https://github.com/CocoaPods/CocoaPods/pull/576)


###### Bug fixes ###### Bug fixes


- Restored support for not running CocoaPods in a terminal. - Restored support for running CocoaPods without a terminal.
[#575](https://github.com/CocoaPods/CocoaPods/pull/575) [#575](https://github.com/CocoaPods/CocoaPods/issues/575)
[#577](https://github.com/CocoaPods/CocoaPods/pull/577) [#577](https://github.com/CocoaPods/CocoaPods/issues/577)
- The git cache now always uses a barebone repo preventing a number of related issues. - The git cache now always uses a barebones repo preventing a number of related issues.
[#581](https://github.com/CocoaPods/CocoaPods/pull/581) [#581](https://github.com/CocoaPods/CocoaPods/issues/581)
[#569](https://github.com/CocoaPods/CocoaPods/pull/569) [#569](https://github.com/CocoaPods/CocoaPods/issues/569)
- Improved fix for the issue that lead to empty directories for Pods.
[#572](https://github.com/CocoaPods/CocoaPods/issues/572)
[#602](https://github.com/CocoaPods/CocoaPods/issues/602)
- Xcodeproj robustness against invalid values, such as malformed UTF8.
[#592](https://github.com/CocoaPods/CocoaPods/issues/592)


## 0.15.1 ## 0.15.1


Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end end


module Pod module Pod
VERSION = '0.15.1' VERSION = '0.15.2'


class PlainInformative < StandardError class PlainInformative < StandardError
end end
Expand Down

0 comments on commit 7ea1d46

Please sign in to comment.