Skip to content

Commit

Permalink
Package for version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osteslag committed Nov 23, 2016
1 parent 24d2bd8 commit f6da458
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

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).

## [2.1]: 2016-11-23 UIKit Extensions
### Added
- UIKit extensions for `UITableView` and `UICollectionView` for easy updating (were previously only included in the test app)

## [2.0.1]: 2016-10-20 Automatic Provisioning
### Changed
- Framework target set to automatically manage code signing.

## [2.0]: 2016-10-12 Swift 3
### Changed
- Project defaults to Swift 3 (use the [`swift-2`](https://github.com/osteslag/Changeset/tree/swift-2) tag to stay on Swift 2).
- Renamed `editDistance(source:target)` on `Changeset` to the Swift 3-friendly `edits(from:to:)`.
- Renamed `editDistance(source:target:)` on `Changeset` to the Swift 3-friendly `edits(from:to:)`.
- Updated Quick Help documentation slightly.

## [1.0.6]: 2016-10-12 tvOS
Expand Down Expand Up @@ -46,6 +50,7 @@ This project uses [semantic versioning](http://semver.org/). Change log is also

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

[2.1]: https://github.com/osteslag/Changeset/compare/v2.0.1...v2.1
[2.0.1]: https://github.com/osteslag/Changeset/compare/v2.0...v2.0.1
[2.0]: https://github.com/osteslag/Changeset/compare/v1.0.6...v2.0
[1.0.6]: https://github.com/osteslag/Changeset/compare/v1.0.5...v1.0.6
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 = '2.0.1'
spec.version = '2.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>1.0.4</string>
<string>2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f6da458

Please sign in to comment.