diff --git a/CHANGELOG.md b/CHANGELOG.md index 923cc46..6d08651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,25 @@ Changelog ### Feature -- CocoaPods support [#11](https://github.com/hugehoge/Snappable/pull/11) - ### Changed -- Swift 5.3 support [#8](https://github.com/hugehoge/Snappable/pull/8), [#9](https://github.com/hugehoge/Snappable/pull/9) -- Changed the interface of snappable modifier [#10](https://github.com/hugehoge/Snappable/pull/10), [#12](https://github.com/hugehoge/Snappable/pull/12) - ### Fixed ### Document ### Misc +## [0.2.0] + +### Feature + +- CocoaPods support [#11](https://github.com/hugehoge/Snappable/pull/11) + +### Changed + +- Swift 5.3 support [#8](https://github.com/hugehoge/Snappable/pull/8), [#9](https://github.com/hugehoge/Snappable/pull/9) +- Changed the interface of snappable modifier [#10](https://github.com/hugehoge/Snappable/pull/10), [#12](https://github.com/hugehoge/Snappable/pull/12) + ## [0.1.1] ### Fixed @@ -37,3 +43,4 @@ Changelog [0.1.0]: https://github.com/hugehoge/Snappable/releases/tag/0.1.0 [0.1.1]: https://github.com/hugehoge/Snappable/releases/tag/0.1.1 +[0.2.0]: https://github.com/hugehoge/Snappable/releases/tag/0.2.0 diff --git a/README.md b/README.md index 938b819..dc5186b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The goal of this library is to provide an easy way to implement Views such as ca ```swift .package( url: "https://github.com/hugehoge/Snappable.git", - .upToNextMinor(from: "0.1.0") + .upToNextMinor(from: "0.2.0") ) ``` diff --git a/Snappable.podspec b/Snappable.podspec index fe61881..7f995f8 100644 --- a/Snappable.podspec +++ b/Snappable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Snappable' - s.version = '0.1.1' + s.version = '0.2.0' s.summary = 'A set of SwiftUI custom modifiers to make the ScrollView snappable.' s.description = 'A set of SwiftUI custom modifiers to make the ScrollView snappable. The goal of this library is to provide an easy way to implement Views such as carousels and slideshows.' s.homepage = 'https://github.com/hugehoge/Snappable'