Skip to content

Commit

Permalink
Merge pull request #128 from rechsteiner/release
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
rechsteiner authored Feb 3, 2018
2 parents 20a524d + 0690953 commit 3c0d9b2
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,14 @@

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

## [1.0.1](https://github.com/rechsteiner/Parchment/compare/v1.0.0...v1.0.1) - 2018-02-03

### Fixes

* Fix issue with selecting items programatically #125
* Fix wrong color on collection view background #126
* Fix issue with menu items being clipped #127

## [1.0.0](https://github.com/rechsteiner/Parchment/compare/v0.9.0...v1.0.0) - 2018-01-29

This release introduces a lot of breaking changes, a bunch of new features and a couple of bug fixes. Here are the most notable changes, with a full list of changes below.
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.0.0",
"version": "1.0.1",
"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.0.0"
"tag": "v1.0.1"
},
"platforms": {
"ios": "8.2"
Expand Down

0 comments on commit 3c0d9b2

Please sign in to comment.