File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All releases of RandomKit adhere to [Semantic Versioning](http://semver.org/).
44
55---
66
7+ ## [ v5.2.1] ( https://github.com/nvzqz/RandomKit/tree/v5.2.1 ) (2017-07-28)
8+
9+ - [ Changes] ( https://github.com/nvzqz/RandomKit/compare/v5.2.0...v5.2.1 )
10+ - [ Release] ( https://github.com/nvzqz/RandomKit/releases/tag/v5.2.1 )
11+
12+ ### Fixes
13+ - Removed ` String.UTF16Index ` conformances to ` RandomInRange ` and ` RandomInClosedRange ` for Swift 3.2 and after
14+ - This was enabled by an implementation based on ` Strideable ` , which the type no longer conforms to as of Swift 3.2
15+
16+ ---
17+
718## [ v5.2.0] ( https://github.com/nvzqz/RandomKit/tree/v5.2.0 ) (2017-07-25)
819
920- [ Changes] ( https://github.com/nvzqz/RandomKit/compare/v5.1.0...v5.2.0 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ to learn more.
113113 ```ruby
114114 use_frameworks!
115115
116- pod 'RandomKit', '~> 5.2.0 '
116+ pod 'RandomKit', '~> 5.2.1 '
117117 ```
118118
119119 If you want to be on the bleeding edge, replace the last line with:
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RandomKit"
3- s . version = "5.2.0 "
3+ s . version = "5.2.1 "
44 s . summary = "Random data generation in Swift."
55 s . homepage = "https://github.com/nvzqz/#{ s . name } "
66 s . documentation_url = "https://nvzqz.github.io/#{ s . name } /docs/index.html"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >5.2.0 </string >
18+ <string >5.2.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >26 </string >
22+ <string >27 </string >
2323 <key >NSHumanReadableCopyright </key >
2424 <string >Copyright © 2015 Nikolai Vazquez. All rights reserved. </string >
2525 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments