From d18a46331eb33acbf9c0f0a1b5060d3ec92043df Mon Sep 17 00:00:00 2001 From: Christian Noon Date: Wed, 20 Sep 2017 14:29:28 -0700 Subject: [PATCH] Added release notes to the CHANGELOG and bumped the version to 5.0.0. --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Source/Info-tvOS.plist | 2 +- Source/Info.plist | 2 +- Willow.podspec | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb22d2..b4f391a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. `Willow` adheres to [Semantic Versioning](http://semver.org/). +#### 5.x Releases + +- `5.0.x` Releases - [5.0.0](#500) + #### 4.x Releases - `4.0.x` Releases - [4.0.0](#400) @@ -23,6 +27,31 @@ All notable changes to this project will be documented in this file. --- +## [5.0.0](https://github.com/Nike-Inc/Willow/releases/tag/5.0.0) + +Released on 2017-09-20. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/Willow/milestone/6?closed=1). + +#### Added + +- Migration Guide for Willow 5 and added it to the README. + - Added by [Christian Noon](https://github.com/cnoon) in Pull Request + [#32](https://github.com/Nike-Inc/Willow/pull/32). + +#### Updated + +- Log message string APIs to include `Message` suffix to remove ambiguity with `LogMessage` APIs. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#32](https://github.com/Nike-Inc/Willow/pull/32). +- The README to match the updated APIs. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#32](https://github.com/Nike-Inc/Willow/pull/32). +- The `Package` file to be compatible with SPM v4. + - Updated by [Christian Noon](https://github.com/cnoon) in Pull Request + [#32](https://github.com/Nike-Inc/Willow/pull/32). + +--- + ## [4.0.0](https://github.com/Nike-Inc/Willow/releases/tag/4.0.0) Released on 2017-08-30. All issues associated with this milestone can be found using this diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist index b816779..934f278 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.0 + 5.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 1bcfa6d..e677190 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.0 + 5.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Willow.podspec b/Willow.podspec index be4093a..36d31d0 100644 --- a/Willow.podspec +++ b/Willow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Willow' - s.version = '4.0.0' + s.version = '5.0.0' s.license = 'MIT' s.summary = 'A powerful, yet lightweight logging library written in Swift.' s.homepage = 'https://github.com/Nike-Inc/Willow'