File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
6
6
#### 3.x Releases
7
7
8
+ - ` 3.2.x ` Releases - [ 3.2.0] ( #320 )
8
9
- ` 3.1.x ` Releases - [ 3.1.0] ( #310 )
9
10
- ` 3.0.x ` Releases - [ 3.0.0] ( #300 ) | [ 3.0.1] ( #301 )
10
11
@@ -32,15 +33,22 @@ All notable changes to this project will be documented in this file.
32
33
33
34
---
34
35
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 ) .
36
40
37
41
#### Added
38
42
39
43
- 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 ) .
40
46
41
47
#### Updated
42
48
43
49
- 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 ) .
44
52
45
53
---
46
54
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SQift'
3
- s . version = '3.1 .0'
3
+ s . version = '3.2 .0'
4
4
s . license = 'MIT'
5
5
s . summary = 'A lightweight Swift wrapper for SQLite.'
6
6
s . homepage = 'https://github.com/Nike-Inc/SQift'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1 .0 </string >
18
+ <string >3.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1 .0 </string >
18
+ <string >3.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments