Commit b0cc1d1 1 parent 21dd13b commit b0cc1d1 Copy full SHA for b0cc1d1
File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +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.0.x ` Releases - [ 3.0.0] ( #300 )
8
+ - ` 3.0.x ` Releases - [ 3.0.0] ( #300 ) | [ 3.0.1 ] ( #301 )
9
9
10
10
#### 2.x Releases
11
11
@@ -31,6 +31,17 @@ All notable changes to this project will be documented in this file.
31
31
32
32
---
33
33
34
+ ## [ 3.0.1] ( https://github.com/Nike-Inc/SQift/releases/tag/3.0.1 )
35
+
36
+ Released on 2018-01-02. All issues associated with this milestone can be found using this
37
+ [ filter] ( https://github.com/Nike-Inc/SQift/milestone/4?closed=1 ) .
38
+
39
+ #### Updated
40
+
41
+ - The Xcode project and Travis CI to support Xcode 9.2.
42
+ - Updated by [ Christian Noon] ( https://github.com/cnoon ) in Pull Request
43
+ [ #5 ] ( https://github.com/Nike-Inc/SQift/pull/5 ) .
44
+
34
45
## [ 3.0.0] ( https://github.com/Nike-Inc/SQift/releases/tag/3.0.0 )
35
46
36
47
Released on 2017-10-25. All issues associated with this milestone can be found using this
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.0.0 '
3
+ s . version = '3.0.1 '
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.0.0 </string >
18
+ <string >3.0.1 </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.0.0 </string >
18
+ <string >3.0.1 </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