From 05d8e029cd93547727ebdeacd3e2303a4678ed8c Mon Sep 17 00:00:00 2001 From: Tyler Milner Date: Thu, 29 Aug 2019 10:27:36 -0500 Subject: [PATCH 1/3] Updated version number to 1.6.0. --- UtiliKit.podspec | 2 +- UtiliKit.xcodeproj/project.pbxproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UtiliKit.podspec b/UtiliKit.podspec index db12270..6719236 100644 --- a/UtiliKit.podspec +++ b/UtiliKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'UtiliKit' -s.version = '1.5.0' +s.version = '1.6.0' s.summary = 'All the things you are tired of writing.' s.description = <<-DESC diff --git a/UtiliKit.xcodeproj/project.pbxproj b/UtiliKit.xcodeproj/project.pbxproj index e45a0e2..6b64fc1 100644 --- a/UtiliKit.xcodeproj/project.pbxproj +++ b/UtiliKit.xcodeproj/project.pbxproj @@ -76,8 +76,8 @@ 8698D0272061A3930065AE20 /* ViewControllerA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698D0072061A3930065AE20 /* ViewControllerA.swift */; }; 8698D0282061A3930065AE20 /* ViewControllerB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698D0082061A3930065AE20 /* ViewControllerB.swift */; }; 8698D0292061A3930065AE20 /* WipeTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698D0092061A3930065AE20 /* WipeTransitionAnimator.swift */; }; - B4CCCAEF22D57284001A7A4F /* DefaultContainerTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698CFA620619EAD0065AE20 /* DefaultContainerTransitionAnimator.swift */; }; B4A5231A22E6925B00AB1424 /* URL+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A5231922E6925B00AB1424 /* URL+Extensions.swift */; }; + B4CCCAEF22D57284001A7A4F /* DefaultContainerTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8698CFA620619EAD0065AE20 /* DefaultContainerTransitionAnimator.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -797,7 +797,7 @@ SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; - VERSION = 1.5.0; + VERSION = 1.6.0; }; name = Debug; }; @@ -847,7 +847,7 @@ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; - VERSION = 1.5.0; + VERSION = 1.6.0; }; name = Release; }; From cade5ee442f0c4dca92e60d682bdf1ca5f8d7920 Mon Sep 17 00:00:00 2001 From: Tyler Milner Date: Thu, 29 Aug 2019 10:30:41 -0500 Subject: [PATCH 2/3] Updated CHANGELOG for 1.6.0 release. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b683a..997c8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ##### Enhancements +* None + +##### Bug Fixes + +* None + +## 1.6.0 (2019-08-29) + +##### Enhancements + * Add interactive transitioning and transition coordination to `ContainerViewController`. This change has bumped the deployment target to iOS 10.0+ [Will McGinty](https://github.com/willmcginty) [#63](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/63) From c526d8ba7a2001b7b79b7601473da10b58ed9a17 Mon Sep 17 00:00:00 2001 From: Tyler Milner Date: Thu, 29 Aug 2019 10:31:45 -0500 Subject: [PATCH 3/3] Fixed checkbox syntax for GitHub release issue template. --- .github/ISSUE_TEMPLATE/release-template.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release-template.md b/.github/ISSUE_TEMPLATE/release-template.md index 1c89fe8..6a5f9ef 100644 --- a/.github/ISSUE_TEMPLATE/release-template.md +++ b/.github/ISSUE_TEMPLATE/release-template.md @@ -8,12 +8,12 @@ assignees: '' --- Release checklist: -- [] Create release branch -- [] Update version number for all targets -- [] Update version number in `Podspec` -- [] Validate `README.md` is still current -- [] Update `CHANGELOG.md` for the new release -- [] Create pull request into `master` -- [] Create version number tag in Git -- [] Publish release on GitHub -- [] Publish release on Cocoapods trunk +- [ ] Create release branch +- [ ] Update version number for all targets +- [ ] Update version number in `Podspec` +- [ ] Validate `README.md` is still current +- [ ] Update `CHANGELOG.md` for the new release +- [ ] Create pull request into `master` +- [ ] Create version number tag in Git +- [ ] Publish release on GitHub +- [ ] Publish release on Cocoapods trunk