Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Apr 10, 2018
1 parent e831261 commit 65d7722
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.

#### 3.x Releases

* `3.0.x` Releases = [3.0.0](#300)
* `3.0.x` Releases = [3.0.0](#300) | [3.0.1](#301)

#### 2.x Releases

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

---

## [3.0.1](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.1)

Released on 2018-04-10. All issues associated with this milestone can be found using this
[filter](https://github.com/Nike-Inc/Elevate/milestone/8?closed=1).

#### Updated

- All the project copyright headers to use present language instead of end year.
- Updated by [Christian Noon](https://github.com/cnoon).
- The Xcode project, settings, and Travis-CI file to build and run against Xcode 9.3.
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#33](https://github.com/Nike-Inc/Elevate/pull/33).
- The podspec to directly specify `swift_version` and removed legacy `.swift-version` file.
- Updated by [Christian Noon](https://github.com/cnoon) in Pull Request
[#33](https://github.com/Nike-Inc/Elevate/pull/33).

#### Fixed

- An issue in Xcode 9.3 where `NSNumber` bridging for `Float` and `Double` is no longer implicit.
- Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request
[#33](https://github.com/Nike-Inc/Elevate/pull/33).

## [3.0.0](https://github.com/Nike-Inc/Elevate/releases/tag/3.0.0)

Released on 2017-08-29. All issues associated with this milestone can be found using this
Expand Down
2 changes: 1 addition & 1 deletion Elevate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Elevate'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = 'Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.'
s.homepage = 'https://github.com/Nike-Inc/Elevate'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion Source/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.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/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.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 65d7722

Please sign in to comment.