From 226c4cbb432016773b4bcc26eb7563e3995cfe9c Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 28 Jun 2016 18:09:18 -0700 Subject: [PATCH 1/3] Add changelog generator configuration. --- .github_changelog_generator | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github_changelog_generator diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..6c6bca1 --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,2 @@ +add_issues_wo_labels=false +exclude_labels=duplicate,question,wontfix,discussion,needs more info,backend,off topic,product usage From 7ea8fad1c7e901ff3b998609480765b431d93d66 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 28 Jun 2016 18:09:32 -0700 Subject: [PATCH 2/3] Regenerate changelog, include 1.11.0. --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df697b..d44df03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,55 @@ # Change Log -All notable changes to this project will be documented in this file. ---- +## [1.11.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.11.0) (2016-06-29) +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.10.0...1.11.0) -## [ParseTwitterUtils 1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.10.0) (01/07/2016) +**Implemented enhancements:** -#### New -- ParseTwitterUtils now requires Xcode 7.0+. - [#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16), - [#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17), - [#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) - by [Nikita Lutsenko](https://github.com/nlutsenko) +- Add support for Carthage. [\#33](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/33) ([nlutsenko](https://github.com/nlutsenko)) +- Fix analyzer and build warnings. [\#32](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/32) ([nlutsenko](https://github.com/nlutsenko)) +- Update all dependencies and project to Xcode 7.3. [\#28](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/28) ([nlutsenko](https://github.com/nlutsenko)) +- Add support for using `PF_Twitter` without a linking or logging into a Parse account [\#27](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/27) ([zadr](https://github.com/zadr)) +- Removed `Parse.clientKey` requirement for initializing ParseTwitterUtils. [\#26](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/26) ([aphex3k](https://github.com/aphex3k)) -#### Improved -- Cleaned up and improved documentation. - [#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) - by [Nikita Lutsenko](https://github.com/nlutsenko) +**Merged pull requests:** -## [ParseTwitterUtils 1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.1) (11/17/2015) +- Update CocoaPods and RubyGems dependencies. [\#31](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/31) ([nlutsenko](https://github.com/nlutsenko)) -#### New -- ParseTwitterUtils now supports Xcode 7.1+. #6 +## [1.10.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.10.0) (2016-01-08) +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.1...1.10.0) -#### Improved -- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4 -- Removed all custom nullability annotation macros. #8 -- Improved localized strings generation. #2 +**Implemented enhancements:** -#### Fixed -- Fixed potential warnings in PFOAuth1FlowDialog. #10 +- Remove all usages of PF\_GENERIC macro. [\#19](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/19) ([nlutsenko](https://github.com/nlutsenko)) +- Add custom packaging into a precompiled binary via Rakefile. [\#16](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/16) ([nlutsenko](https://github.com/nlutsenko)) +- Update all of the public documentation to new style. [\#15](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/15) ([nlutsenko](https://github.com/nlutsenko)) -## [ParseTwitterUtils 1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/releases/tag/1.9.0) (10/08/2015) +**Merged pull requests:** -Hello, open source! +- ParseTwitterUtils 1.10.0 [\#21](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/21) ([nlutsenko](https://github.com/nlutsenko)) +- Update project to Xcode 7.2. [\#20](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/20) ([nlutsenko](https://github.com/nlutsenko)) +- Use Xcode 7.2 for Travis-CI. [\#17](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/17) ([nlutsenko](https://github.com/nlutsenko)) +- Update xctoolchain to latest. [\#14](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/14) ([richardjrossiii](https://github.com/richardjrossiii)) -#### Fixed -- Fixed initialization potentially blocking the main thread for a continuous amount of time. -- Fixed parameter URL Encoding when signing requests with Twitter. +## [1.9.1](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.1) (2015-11-18) +[Full Changelog](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/compare/1.9.0...1.9.1) + +**Implemented enhancements:** + +- Fix warnings in PFOAuth1FlowDialog. [\#10](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/10) ([nlutsenko](https://github.com/nlutsenko)) +- Remove all usage of custom nullability macros. [\#8](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/8) ([nlutsenko](https://github.com/nlutsenko)) +- Update everything to use Xcode 7.1. [\#6](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/6) ([nlutsenko](https://github.com/nlutsenko)) +- Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. [\#4](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/4) ([nlutsenko](https://github.com/nlutsenko)) +- Include and automate localized strings generation. [\#2](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/2) ([nlutsenko](https://github.com/nlutsenko)) + +**Merged pull requests:** + +- ParseTwitterUtils 1.9.1 [\#13](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/13) ([nlutsenko](https://github.com/nlutsenko)) +- Update Gemfile. [\#9](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/9) ([nlutsenko](https://github.com/nlutsenko)) +- Update xctoolchain to latest. [\#5](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/5) ([nlutsenko](https://github.com/nlutsenko)) +- Use shared things from xctoolchain. [\#3](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/pull/3) ([nlutsenko](https://github.com/nlutsenko)) + +## [1.9.0](https://github.com/ParsePlatform/ParseTwitterUtils-iOS/tree/1.9.0) (2015-10-08) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file From 9d52a1ad41c53e5f9a16249b6ec1e5d8b7839c58 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 28 Jun 2016 18:14:39 -0700 Subject: [PATCH 3/3] =?UTF-8?q?ParseTwitterUtils=201.11.0=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ParseTwitterUtils.podspec | 6 +++--- Resources/Info.plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ParseTwitterUtils.podspec b/ParseTwitterUtils.podspec index bd113de..b89d13a 100644 --- a/ParseTwitterUtils.podspec +++ b/ParseTwitterUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseTwitterUtils' - s.version = '1.10.0' + s.version = '1.11.0' s.license = { :type => 'Commercial', :text => "See https://www.parse.com/about/terms" } s.homepage = 'https://www.parse.com/' s.summary = 'Parse is a complete technology stack to power your app\'s backend.' @@ -28,6 +28,6 @@ Pod::Spec.new do |s| 'Social' s.libraries = 'z', 'sqlite3' - s.dependency 'Bolts/Tasks', '~> 1.5' - s.dependency 'Parse', '~> 1.9' + s.dependency 'Bolts/Tasks', '~> 1.7' + s.dependency 'Parse', '~> 1.13' end diff --git a/Resources/Info.plist b/Resources/Info.plist index 81bd02c..699fc05 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.10.0 + 1.11.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -22,7 +22,7 @@ iPhoneOS CFBundleVersion - 1.10.0 + 1.11.0 MinimumOSVersion 6.0