Skip to content

Commit 62bc410

Browse files
committed
Added release notes to the CHANGELOG and bumped version to 3.3.0
1 parent 9188833 commit 62bc410

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

66
#### 3.x Releases
77

8+
- `3.3.x` Releases - [3.3.0](#330)
89
- `3.2.x` Releases - [3.2.0](#320) | | [3.2.1](#321)
910
- `3.1.x` Releases - [3.1.0](#310)
1011
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
@@ -33,6 +34,19 @@ All notable changes to this project will be documented in this file.
3334

3435
---
3536

37+
## [3.3.0](https://github.com/Nike-Inc/SQift/releases/tag/3.3.0)
38+
39+
Released on 2018-11-30. All issues associated with this milestone can be found using this
40+
[filter](https://github.com/Nike-Inc/SQift/milestone/5?closed=1).
41+
42+
#### Deprecated
43+
44+
- The `trace` API to prepare for 4.0 migration since the internal `sqlite3_trace` API is deprecated when bumping deployment targets.
45+
- Deprecated by [Christian Noon](https://github.com/cnoon) in Pull Request
46+
[#15](https://github.com/Nike-Inc/SQift/pull/15).
47+
48+
---
49+
3650
## [3.2.1](https://github.com/Nike-Inc/SQift/releases/tag/3.2.1)
3751

3852
Released on 2018-09-17. All issues associated with this milestone can be found using this

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 = "3.2.1"
3+
s.version = "3.3.0"
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-tvOS.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>3.2.1</string>
18+
<string>3.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

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>3.2.1</string>
18+
<string>3.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)