Skip to content

Commit

Permalink
Prepare 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jul 28, 2017
1 parent 581b6f5 commit d3046a9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All releases of RandomKit adhere to [Semantic Versioning](http://semver.org/).

---

## [v5.2.1](https://github.com/nvzqz/RandomKit/tree/v5.2.1) (2017-07-28)

- [Changes](https://github.com/nvzqz/RandomKit/compare/v5.2.0...v5.2.1)
- [Release](https://github.com/nvzqz/RandomKit/releases/tag/v5.2.1)

### Fixes
- Removed `String.UTF16Index` conformances to `RandomInRange` and `RandomInClosedRange` for Swift 3.2 and after
- This was enabled by an implementation based on `Strideable`, which the type no longer conforms to as of Swift 3.2

---

## [v5.2.0](https://github.com/nvzqz/RandomKit/tree/v5.2.0) (2017-07-25)

- [Changes](https://github.com/nvzqz/RandomKit/compare/v5.1.0...v5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ to learn more.
```ruby
use_frameworks!

pod 'RandomKit', '~> 5.2.0'
pod 'RandomKit', '~> 5.2.1'
```

If you want to be on the bleeding edge, replace the last line with:
Expand Down
2 changes: 1 addition & 1 deletion RandomKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RandomKit"
s.version = "5.2.0"
s.version = "5.2.1"
s.summary = "Random data generation in Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.documentation_url = "https://nvzqz.github.io/#{s.name}/docs/index.html"
Expand Down
4 changes: 2 additions & 2 deletions RandomKit.xcodeproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.2.0</string>
<string>5.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>26</string>
<string>27</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Nikolai Vazquez. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit d3046a9

Please sign in to comment.