Skip to content

Commit 65d7722

Browse files
committed
Added release notes to the CHANGELOG and bumped the version to 3.0.1.
1 parent e831261 commit 65d7722

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

+23-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

@@ -20,6 +20,28 @@ All notable changes to this project will be documented in this file.
2020

2121
---
2222

23+
## [3.0.1](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.1)
24+
25+
Released on 2018-04-10. All issues associated with this milestone can be found using this
26+
[filter](https://github.com/Nike-Inc/Elevate/milestone/8?closed=1).
27+
28+
#### Updated
29+
30+
- All the project copyright headers to use present language instead of end year.
31+
- Updated by [Christian Noon](https://github.com/cnoon).
32+
- The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3.
33+
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
34+
[#33](https://github.com/Nike-Inc/Elevate/pull/33).
35+
- The podspec to directly specify `swift_version` and removed legacy `.swift-version` file.
36+
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
37+
[#33](https://github.com/Nike-Inc/Elevate/pull/33).
38+
39+
#### Fixed
40+
41+
- An issue in Xcode 9.3 where `NSNumber` bridging for `Float` and `Double` is no longer implicit.
42+
- Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request
43+
[#33](https://github.com/Nike-Inc/Elevate/pull/33).
44+
2345
## [3.0.0](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.0)
2446

2547
Released on 2017-08-29. All issues associated with this milestone can be found using this

Elevate.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Elevate'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.summary = 'Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.'
55
s.homepage = 'https://github.com/Nike-Inc/Elevate'
66
s.license = 'MIT'

Source/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/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)