Skip to content

Commit

Permalink
Update to version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Bondo committed Mar 14, 2018
1 parent 87a9030 commit 00b4894
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project uses [semantic versioning](http://semver.org/). Change log is also reflected under [Releases](https://github.com/osteslag/Changeset/releases) on GitHub, inspired by [Keep a CHANGELOG](http://keepachangelog.com).

## [3.1]: 2018-03-14(π) Custom Comparator
### Added
- Support custom comparator function for comparing collection elements (defaults to `==`)

## [3.0]: 2017-11-03 Swift 4.0
### Changed
- Update to Swift 4; most noticeably, `String` is now a `Collection`
Expand Down Expand Up @@ -68,6 +72,7 @@ This project uses [semantic versioning](http://semver.org/). Change log is also

## [1.0]: 2015-12-29 Initial Release

[3.1]: https://github.com/osteslag/Changeset/compare/v3.0...v3.1
[3.0]: https://github.com/osteslag/Changeset/compare/v2.1.2...v3.0
[2.1.2]: https://github.com/osteslag/Changeset/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/osteslag/Changeset/compare/v2.1...v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion Changeset.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Changeset'
spec.version = '3.0'
spec.version = '3.1'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/osteslag/Changeset'
spec.author = { 'Joachim Bondo' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0</string>
<string>3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 00b4894

Please sign in to comment.