Skip to content

Commit b0cc1d1

Browse files
committed
Added release notes to the CHANGELOG and bumped the version to 3.0.1.
1 parent 21dd13b commit b0cc1d1

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

66
#### 3.x Releases
77

8-
- `3.0.x` Releases - [3.0.0](#300)
8+
- `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301)
99

1010
#### 2.x Releases
1111

@@ -31,6 +31,17 @@ All notable changes to this project will be documented in this file.
3131

3232
---
3333

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+
3445
## [3.0.0](https://github.com/Nike-Inc/SQift/releases/tag/3.0.0)
3546

3647
Released on 2017-10-25. 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.0.0'
3+
s.version = '3.0.1'
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.0.0</string>
18+
<string>3.0.1</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.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)