Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Nov 30, 2018
1 parent 9188833 commit 62bc410
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.

#### 3.x Releases

- `3.3.x` Releases - [3.3.0](#330)
- `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)
Expand Down Expand Up @@ -33,6 +34,19 @@ All notable changes to this project will be documented in this file.

---

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

Released on 2018-11-30. All issues associated with this milestone can be found using this
[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1).

#### Deprecated

- The `trace` API to prepare for 4.0 migration since the internal `sqlite3_trace` API is deprecated when bumping deployment targets.
- Deprecated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#15](https://github.com/Nike-Inc/SQift/pull/15).

---

## [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
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 = "3.2.1"
s.version = "3.3.0"
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-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.2.1</string>
<string>3.3.0</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.2.1</string>
<string>3.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 62bc410

Please sign in to comment.