File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All releases of RandomKit adhere to [Semantic Versioning](http://semver.org/).
4
4
5
5
---
6
6
7
+ ## [ v5.2.3] ( https://github.com/nvzqz/RandomKit/tree/v5.2.3 ) (2017-08-08)
8
+
9
+ - [ Changes] ( https://github.com/nvzqz/RandomKit/compare/v5.2.2...v5.2.3 )
10
+ - [ Release] ( https://github.com/nvzqz/RandomKit/releases/tag/v5.2.3 )
11
+
12
+ ### Fixes
13
+ - Fixed compilation errors Xcode 9 Beta 5
14
+
15
+ ---
16
+
7
17
## [ v5.2.2] ( https://github.com/nvzqz/RandomKit/tree/v5.2.2 ) (2017-07-28)
8
18
9
19
- [ Changes] ( https://github.com/nvzqz/RandomKit/compare/v5.2.1...v5.2.2 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ to learn more.
113
113
```ruby
114
114
use_frameworks!
115
115
116
- pod 'RandomKit', '~> 5.2.2 '
116
+ pod 'RandomKit', '~> 5.2.3 '
117
117
```
118
118
119
119
If you want to be on the bleeding edge, replace the last line with:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RandomKit"
3
- s . version = "5.2.2 "
3
+ s . version = "5.2.3 "
4
4
s . summary = "Random data generation in Swift."
5
5
s . homepage = "https://github.com/nvzqz/#{ s . name } "
6
6
s . documentation_url = "https://nvzqz.github.io/#{ s . name } /docs/index.html"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5.2.2 </string >
18
+ <string >5.2.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >28 </string >
22
+ <string >29 </string >
23
23
<key >NSHumanReadableCopyright </key >
24
24
<string >Copyright © 2015 Nikolai Vazquez. All rights reserved. </string >
25
25
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments