Skip to content

Commit

Permalink
Bump version number, change log
Browse files Browse the repository at this point in the history
(Also: fix license filename extension)
  • Loading branch information
osteslag committed May 22, 2016
1 parent f6a4108 commit 618b855
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.0.5]: 2016-05-22 Swift 3.0, SPM Compatibility

### Fixed
- Remove use of deprecated `var` parameters.
### Changed
- Rearrange repository layout to support the upcoming [Swift Package Manager](https://swift.org/package-manager/) (experimental).

## [1.0.4]: 2016-03-11 Table/Collection View Compatibility
### Fixed
- Express `.Substitution` indices relative to the source collection (again).
Expand All @@ -26,6 +33,7 @@ This project uses [semantic versioning](http://semver.org/). Change log is also

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

[1.0.5]: https://github.com/osteslag/Changeset/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/osteslag/Changeset/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/osteslag/Changeset/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/osteslag/Changeset/compare/v1.0.1...v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions Changeset.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'Changeset'
spec.version = '1.0.4'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.version = '1.0.5'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/osteslag/Changeset'
spec.author = { 'Joachim Bondo' => '[email protected]' }
spec.social_media_url = 'https://twitter.com/osteslag'
Expand Down

0 comments on commit 618b855

Please sign in to comment.