Skip to content

Commit

Permalink
Merge pull request #74 from BottleRocketStudios/release/1.6.0
Browse files Browse the repository at this point in the history
Release/1.6.0
  • Loading branch information
br-tyler-milner committed Aug 29, 2019
2 parents fe77956 + c526d8b commit cff09f2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion UtiliKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions UtiliKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -797,7 +797,7 @@
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSION = 1.5.0;
VERSION = 1.6.0;
};
name = Debug;
};
Expand Down Expand Up @@ -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;
};
Expand Down

0 comments on commit cff09f2

Please sign in to comment.