Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Oct 25, 2019
1 parent 7b406d5 commit 13c68b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -43,20 +43,23 @@ 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

- Issue where Carthage was unable to build SQift due to schemes requiring test suite compilation.
- 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SQift.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Source/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 13c68b6

Please sign in to comment.