From bee75d06f0e94a7053a790f0327220d53f075758 Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Mon, 9 Apr 2018 16:19:19 -0700 Subject: [PATCH] Added release notes to the CHANGELOG and bumped the version to 5.0.2. --- CHANGELOG.md | 22 +++++++++++++++++++++- Source/Info-tvOS.plist | 2 +- Source/Info.plist | 2 +- Willow.podspec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57afcca..c64a38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. #### 5.x Releases -- `5.0.x` Releases - [5.0.0](#500)|[5.0.1](#501) +- `5.0.x` Releases - [5.0.0](#500) | [5.0.1](#501) | [5.0.2](#502) #### 4.x Releases @@ -27,6 +27,26 @@ All notable changes to this project will be documented in this file. --- +## [5.0.2](https://github.com/Nike-Inc/Willow/releases/tag/5.0.2) + +Released on 2018-04-10. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/Willow/milestone/11?closed=1). + +#### Updated + +- The Xcode project to support Xcode 9.3. + - Updated by [Colby Williams](https://github.com/colbylwilliams) in Pull Request + [#38](https://github.com/Nike-Inc/Willow/pull/38). +- The Travis-CI YAML file to support Xcode 9.3. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#39](https://github.com/Nike-Inc/Willow/pull/39). + +#### Fixed + +- Compiler warnings in the test suite on Xcode 9.3 for the `characters` property on `String`. + - Fixed by [Christian Noon](https://github.com/cnoon) in Pull Request + [#39](https://github.com/Nike-Inc/Willow/pull/39). + ## [5.0.1](https://github.com/Nike-Inc/Willow/releases/tag/5.0.1) Released on 2018-01-02. All issues associated with this milestone can be found using this diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist index 172e327..8b06260 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.1 + 5.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 881962a..821c205 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.1 + 5.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Willow.podspec b/Willow.podspec index 003dc08..6ad2ef8 100644 --- a/Willow.podspec +++ b/Willow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Willow' - s.version = '5.0.1' + s.version = '5.0.2' s.license = 'MIT' s.summary = 'A powerful, yet lightweight logging library written in Swift.' s.homepage = 'https://github.com/Nike-Inc/Willow'