From b547b725051594b00fd0403bf1808c4aeaa3f4d2 Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Mon, 9 Apr 2018 18:25:20 -0700 Subject: [PATCH] Added release notes to the CHANGELOG and bumped the version to 3.0.2. --- CHANGELOG.md | 22 +++++++++++++++++++++- SQift.podspec | 3 +-- Source/Supporting Files/Info-tvOS.plist | 2 +- Source/Supporting Files/Info.plist | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2acf20..d0d1fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. #### 3.x Releases -- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) +- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) #### 2.x Releases @@ -31,6 +31,26 @@ All notable changes to this project will be documented in this file. --- +## [3.0.2](https://github.com/Nike-Inc/SQift/releases/tag/3.0.2) + +Released on 2018-04-10. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1). + +#### Updated + +- The Xcode project and Travis CI to support Xcode 9.3. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#6](https://github.com/Nike-Inc/SQift/pull/6). + +#### Fixed + +- Compiler warnings in aggregate context generation due to Swift 4.1 compiler. + - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request + [#6](https://github.com/Nike-Inc/SQift/pull/6). +- Compiler warnings in `CodableBinding` protocol extension with associated type typealias. + - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request + [#6](https://github.com/Nike-Inc/SQift/pull/6). + ## [3.0.1](https://github.com/Nike-Inc/SQift/releases/tag/3.0.1) Released on 2018-01-02. All issues associated with this milestone can be found using this diff --git a/SQift.podspec b/SQift.podspec index 7d49f7b..057c1f6 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SQift' - s.version = '3.0.1' + s.version = '3.0.2' s.license = 'MIT' s.summary = 'A lightweight Swift wrapper for SQLite.' s.homepage = 'https://github.com/Nike-Inc/SQift' @@ -17,4 +17,3 @@ Pod::Spec.new do |s| s.libraries = 'sqlite3' end - diff --git a/Source/Supporting Files/Info-tvOS.plist b/Source/Supporting Files/Info-tvOS.plist index 93c67ef..e93b3b4 100644 --- a/Source/Supporting Files/Info-tvOS.plist +++ b/Source/Supporting Files/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index dc2b99a..49ca846 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature ???? CFBundleVersion