From 3c21c8d29f6916ef5becc02b9b0aeb494a2620cb Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Fri, 14 Sep 2018 12:04:40 -0700 Subject: [PATCH] Added release notes to the CHANGELOG and bumped the version to 3.2.1 --- CHANGELOG.md | 24 +++++++++++++++++++++++- README.md | 4 ++-- SQift.podspec | 4 ++-- Source/Supporting Files/Info-tvOS.plist | 2 +- Source/Supporting Files/Info.plist | 2 +- 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2591ab0..ca0df5b 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.2.x` Releases - [3.2.0](#320) +- `3.2.x` Releases - [3.2.0](#320) | | [3.2.1](#321) - `3.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) @@ -33,6 +33,28 @@ All notable changes to this project will be documented in this file. --- +## [3.2.1](https://github.com/Nike-Inc/SQift/releases/tag/3.2.1) + +Released on 2018-09-17. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/SQift/milestone/6?closed=1). + +#### Added + +- An internal initializer to `SQLiteError` to assist in error mocking for testing. + - Added by [Christian Noon](https://github.com/cnoon). + +#### Updated + +- The Xcode project to use Xcode 9.3 compatibility mode. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#10](https://github.com/Nike-Inc/SQift/pull/10). +- The Xcode project to support Xcode 10 and Swift 4.2. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#10](https://github.com/Nike-Inc/SQift/pull/10). +- The Travis-CI YAML file to use `bundler` and Xcode 10. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#10](https://github.com/Nike-Inc/SQift/pull/10). + ## [3.2.0](https://github.com/Nike-Inc/SQift/releases/tag/3.2.0) Released on 2018-05-02. All issues associated with this milestone can be found using this diff --git a/README.md b/README.md index e4d9ef5..72d047a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ SQift is a lightweight Swift wrapper for SQLite. ## Requirements - iOS 9.0+, macOS 10.11+, tvOS 9.0+, watchOS 2.0+ -- Xcode 9.0+ -- Swift 4.0+ +- Xcode 9.3+ +- Swift 4.1+ ## Communication diff --git a/SQift.podspec b/SQift.podspec index 4fe44c4..6d58531 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SQift" - s.version = "3.2.0" + s.version = "3.2.1" s.license = "MIT" s.summary = "A lightweight Swift wrapper for SQLite." s.homepage = "https://github.com/Nike-Inc/SQift" @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/Nike-Inc/SQift.git", :tag => s.version } s.source_files = "Source/**/*.swift" - s.swift_version = '4.2' + s.swift_version = "4.2" s.ios.deployment_target = "9.0" s.osx.deployment_target = "10.11" diff --git a/Source/Supporting Files/Info-tvOS.plist b/Source/Supporting Files/Info-tvOS.plist index 07bfcd5..e626112 100644 --- a/Source/Supporting Files/Info-tvOS.plist +++ b/Source/Supporting Files/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.0 + 3.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index 340121d..7add7c8 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.0 + 3.2.1 CFBundleSignature ???? CFBundleVersion