Skip to content

Commit

Permalink
Merge pull request #701 from rechsteiner/release
Browse files Browse the repository at this point in the history
Release v3.3.0
  • Loading branch information
rechsteiner committed Feb 17, 2024
2 parents 9fe463c + cc8ca47 commit 28f8f2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## [3.3.0](https://github.com/rechsteiner/Parchment/compare/v3.2.1...v3.3.0) - 2024-02-17

- Set minimum deployment target to iOS 12 #699
- Add privacy manifest file #695
- Update Swift version to 5.9 #700

## [3.2.1](https://github.com/rechsteiner/Parchment/compare/v3.2.0...v3.2.1) - 2023-03-07

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions Parchment.podspec.json
@@ -1,6 +1,6 @@
{
"name": "Parchment",
"version": "3.2.1",
"version": "3.3.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": "v3.2.1"
"tag": "v3.3.0"
},
"platforms": {
"ios": "12.0"
Expand Down

0 comments on commit 28f8f2c

Please sign in to comment.