diff --git a/CHANGELOG.md b/CHANGELOG.md index 715245e..c2b5a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. #### 5.x Releases -- `5.0.x` Releases - [5.0.0](#500) +- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) #### 4.x Releases @@ -43,7 +43,10 @@ All notable changes to this project will be documented in this file. --- -## Unreleased +## [5.0.1](https://github.com/Nike-Inc/SQift/releases/tag/5.0.1) + +Release on 2019-10-25. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/SQift/milestone/12?closed=1). #### Fixed @@ -51,12 +54,12 @@ All notable changes to this project will be documented in this file. - Fixed by [William Thompson](https://github.com/eSpecialized) in Pull Request [#28](https://github.com/Nike-Inc/SQift/pull/28). - Issue in Xcode project Documentation group where links were invalid and README links were broken. - Fixed by [James Eisenhauer](https://github.com/jimmyeisenhauer) in Pull Request [#30](https://github.com/Nike-Inc/SQift/pull/30). - ---- +- Compiler warnings in `Function.swift` picked up by Xcode 11. + - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request [#31](https://github.com/Nike-Inc/SQift/pull/31). ## [5.0.0](https://github.com/Nike-Inc/SQift/releases/tag/5.0.0) -Release on 2019-04-30. All issues associated with this milestone can be found using this +Release on 2019-04-30. All issues associated with this milestone can be found using this [filter](https://github.com/Nike-Inc/SQift/milestone/10?closed=1). #### Updated @@ -68,21 +71,21 @@ Release on 2019-04-30. All issues associated with this milestone can be found u ## [4.1.0](https://github.com/Nike-Inc/SQift/releases/tag/4.1.0) -Release on 2019-04-30. All issues associated with this milestone can be found using this +Release on 2019-04-30. All issues associated with this milestone can be found using this [filter](https://github.com/Nike-Inc/SQift/milestone/8?closed=1). #### Updated -- To Swift 5 with backwards compatibility to Swift 4.2. +- To Swift 5 with backwards compatibility to Swift 4.2. - Updated by [William Thompson](https://github.com/eSpecialized) in Pull Request [#18](https://github.com/Nike-Inc/SQift/pull/18). -- Deployment targets to watchOS 3.0 and tvOS 10.0 in Xcode project to match podspec. +- Deployment targets to watchOS 3.0 and tvOS 10.0 in Xcode project to match podspec. - Updated by [William Thompson](https://github.com/eSpecialized) in Pull Request [#18](https://github.com/Nike-Inc/SQift/pull/18). --- ## [4.0.0](https://github.com/Nike-Inc/SQift/releases/tag/4.0.0) -Release on 2018-11-30. All issues associated with this milestone can be found using this +Release on 2018-11-30. All issues associated with this milestone can be found using this [filter](https://github.com/Nike-Inc/SQift/milestone/7?closed=1). #### Added diff --git a/SQift.podspec b/SQift.podspec index 79c19a7..a74cc99 100644 --- a/SQift.podspec +++ b/SQift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SQift" - s.version = "5.0.0" + s.version = "5.0.1" s.license = "MIT" s.summary = "A lightweight Swift wrapper for SQLite." s.homepage = "https://github.com/Nike-Inc/SQift" diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index e677190..881962a 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.0 + 5.0.1 CFBundleSignature ???? CFBundleVersion