Skip to content

Commit

Permalink
Bumped the version to 3.2.0 and updated the CHANGELOG for the 3.2.0 r…
Browse files Browse the repository at this point in the history
…elease.
  • Loading branch information
cnoon committed May 3, 2018
1 parent 3c06be9 commit 96b1b15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion 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.2.x` Releases - [3.2.0](#320)
- `3.1.x` Releases - [3.1.0](#310)
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)

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

---

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

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

#### Added

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

#### Updated

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

---

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.1.0'
s.version = '3.2.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.1.0</string>
<string>3.2.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.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 96b1b15

Please sign in to comment.