Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Apr 10, 2018
1 parent f7ba400 commit b547b72
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
22 changes: 21 additions & 1 deletion 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.

#### 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

Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions 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 = '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'
Expand All @@ -17,4 +17,3 @@ Pod::Spec.new do |s|

s.libraries = 'sqlite3'
end

2 changes: 1 addition & 1 deletion Source/Supporting Files/Info-tvOS.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>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b547b72

Please sign in to comment.