Skip to content

Commit 96b1b15

Browse files
committed
Bumped the version to 3.2.0 and updated the CHANGELOG for the 3.2.0 release.
1 parent 3c06be9 commit 96b1b15

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
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.2.x` Releases - [3.2.0](#320)
89
- `3.1.x` Releases - [3.1.0](#310)
910
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
1011

@@ -32,15 +33,22 @@ All notable changes to this project will be documented in this file.
3233

3334
---
3435

35-
## [Unreleased]
36+
## [3.2.0](https://github.com/Nike-Inc/SQift/releases/tag/3.2.0)
37+
38+
Released on 2018-05-02. All issues associated with this milestone can be found using this
39+
[filter](https://github.com/Nike-Inc/SQift/milestone/3?closed=1).
3640

3741
#### Added
3842

3943
- A new `TableLockPolicy` to handle table lock errors on `execute`, `prepare`, and `step` operations.
44+
- Added by [Christian Noon](https://github.com/cnoon) in Pull Request
45+
[#7](https://github.com/Nike-Inc/SQift/pull/7).
4046

4147
#### Updated
4248

4349
- The test suite by replacing `do-catch` implementations with `throws` test API variants and unhelpful assertion strings.
50+
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
51+
[#8](https://github.com/Nike-Inc/SQift/pull/8).
4452

4553
---
4654

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.1.0'
3+
s.version = '3.2.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.1.0</string>
18+
<string>3.2.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.1.0</string>
18+
<string>3.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)