Skip to content

Commit

Permalink
Merge pull request #417 from rechsteiner/release
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
rechsteiner authored Feb 8, 2020
2 parents f546646 + 8a2f78e commit dea1fe1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

`Parchment` adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0](https://github.com/rechsteiner/Parchment/compare/v1.6.0...v1.7.0) - 2020-08-02

See releases for more details: [https://github.com/rechsteiner/Parchment/tree/v2.0.0]()

### Changes

* Removed `FixedPagingViewController`
* Removed generics (#285)
* Moved size delegate into separate protocol
* Replaced `menuItemSource` with `register(cellClass:)`
* Updated naming of data sources

## [1.7.0](https://github.com/rechsteiner/Parchment/compare/v1.6.0...v1.7.0) - 2019-26-09

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions Parchment.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Parchment",
"version": "1.7.0",
"version": "2.0.0",
"license": "MIT",
"summary": "A flexible paging menu controller with support for infinite data sources.",
"description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.",
Expand All @@ -11,7 +11,7 @@
"social_media_url": "http://twitter.com/rechsteiner",
"source": {
"git": "https://github.com/rechsteiner/Parchment.git",
"tag": "v1.7.0"
"tag": "v2.0.0"
},
"platforms": {
"ios": "8.2"
Expand Down

0 comments on commit dea1fe1

Please sign in to comment.