Commit 80de2e3f authored by Fabio Pelosin's avatar Fabio Pelosin

Release 0.17.0.rc7

parent 4be0c687
## 0.17.0 ## 0.17.0
#### rc7
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc6...0.17.0.rc7)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc6...0.17.0.rc7)
###### Bug fixes
- Fixed an issue which lead to the missing declaration of the plural directives
of the Specification DSL.
[#816](https://github.com/CocoaPods/CocoaPods/issues/816)
- The resolver now respects the order of specification of the target
definitions.
- Restore usage of cache file to store a cache for expensive stats.
- Moved declaration of `Pod::FileList` to CocoaPods-core.
###### Ancillary enhancements
- Fine tuned the Specification linter and the health reporter of repositories.
- Search results are sorted.
#### rc6 #### rc6
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc5...0.17.0.rc6) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.0.rc5...0.17.0.rc6)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc5...0.17.0.rc6) [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.0.rc5...0.17.0.rc6)
......
...@@ -2,6 +2,6 @@ module Pod ...@@ -2,6 +2,6 @@ module Pod
# The version of the cocoapods command line tool. # The version of the cocoapods command line tool.
# #
VERSION = '0.17.0.rc6' unless defined? Pod::VERSION VERSION = '0.17.0.rc7' 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