Skip to content

Commit

Permalink
Merge pull request #13 from hugehoge/release-0.2.0
Browse files Browse the repository at this point in the history
Settings for the 0.2.0 release
  • Loading branch information
hugehoge authored Jan 11, 2022
2 parents 99bcdc3 + 9c27c34 commit 5b7ac7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
```

Expand Down
2 changes: 1 addition & 1 deletion Snappable.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 5b7ac7b

Please sign in to comment.