Skip to content

Commit

Permalink
Updated CHANGELOG for 0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinJin committed Nov 30, 2018
1 parent ccd766b commit 53b6014
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.2
2 changes: 1 addition & 1 deletion AnimatedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnimatedCollectionViewLayout'
s.version = '0.4.0'
s.version = '0.5.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A UICollectionViewLayout subclass that adds custom
transitions/animations to the UICollectionView'
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ All notable changes to this project will be documented in this file.

### Removed

## 0.5.0

Released on 2018-11-30

### Changed
+ Updated the sample project for Xcode 10 with Swift 4.2.
+ Now allowed subclassing AnimatedCollectionViewLayout.

## 0.4.0

Released on 2018-09-19
Expand Down

0 comments on commit 53b6014

Please sign in to comment.