Skip to content

Commit 13c68b6

Browse files
committed
Added release notes to the CHANGELOG and bumped version to 5.0.1
1 parent 7b406d5 commit 13c68b6

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
#### 5.x Releases
77

8-
- `5.0.x` Releases - [5.0.0](#500)
8+
- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501)
99

1010
#### 4.x Releases
1111

@@ -43,20 +43,23 @@ All notable changes to this project will be documented in this file.
4343

4444
---
4545

46-
## Unreleased
46+
## [5.0.1](https://github.com/Nike-Inc/SQift/releases/tag/5.0.1)
47+
48+
Release on 2019-10-25. All issues associated with this milestone can be found using this
49+
[filter](https://github.com/Nike-Inc/SQift/milestone/12?closed=1).
4750

4851
#### Fixed
4952

5053
- Issue where Carthage was unable to build SQift due to schemes requiring test suite compilation.
5154
- Fixed by [William Thompson](https://github.com/eSpecialized) in Pull Request [#28](https://github.com/Nike-Inc/SQift/pull/28).
5255
- Issue in Xcode project Documentation group where links were invalid and README links were broken.
5356
- Fixed by [James Eisenhauer](https://github.com/jimmyeisenhauer) in Pull Request [#30](https://github.com/Nike-Inc/SQift/pull/30).
54-
55-
---
57+
- Compiler warnings in `Function.swift` picked up by Xcode 11.
58+
- Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request [#31](https://github.com/Nike-Inc/SQift/pull/31).
5659

5760
## [5.0.0](https://github.com/Nike-Inc/SQift/releases/tag/5.0.0)
5861

59-
Release on 2019-04-30. All issues associated with this milestone can be found using this
62+
Release on 2019-04-30. All issues associated with this milestone can be found using this
6063
[filter](https://github.com/Nike-Inc/SQift/milestone/10?closed=1).
6164

6265
#### Updated
@@ -68,21 +71,21 @@ Release on 2019-04-30. All issues associated with this milestone can be found u
6871

6972
## [4.1.0](https://github.com/Nike-Inc/SQift/releases/tag/4.1.0)
7073

71-
Release on 2019-04-30. All issues associated with this milestone can be found using this
74+
Release on 2019-04-30. All issues associated with this milestone can be found using this
7275
[filter](https://github.com/Nike-Inc/SQift/milestone/8?closed=1).
7376

7477
#### Updated
7578

76-
- To Swift 5 with backwards compatibility to Swift 4.2.
79+
- To Swift 5 with backwards compatibility to Swift 4.2.
7780
- Updated by [William Thompson](https://github.com/eSpecialized) in Pull Request [#18](https://github.com/Nike-Inc/SQift/pull/18).
78-
- Deployment targets to watchOS 3.0 and tvOS 10.0 in Xcode project to match podspec.
81+
- Deployment targets to watchOS 3.0 and tvOS 10.0 in Xcode project to match podspec.
7982
- Updated by [William Thompson](https://github.com/eSpecialized) in Pull Request [#18](https://github.com/Nike-Inc/SQift/pull/18).
8083

8184
---
8285

8386
## [4.0.0](https://github.com/Nike-Inc/SQift/releases/tag/4.0.0)
8487

85-
Release on 2018-11-30. All issues associated with this milestone can be found using this
88+
Release on 2018-11-30. All issues associated with this milestone can be found using this
8689
[filter](https://github.com/Nike-Inc/SQift/milestone/7?closed=1).
8790

8891
#### Added

SQift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SQift"
3-
s.version = "5.0.0"
3+
s.version = "5.0.1"
44
s.license = "MIT"
55
s.summary = "A lightweight Swift wrapper for SQLite."
66
s.homepage = "https://github.com/Nike-Inc/SQift"

Source/Supporting Files/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.0</string>
18+
<string>5.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)