Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 27, 2017
1 parent ac304c4 commit d18a463
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
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>4.0.0</string>
<string>5.0.0</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>4.0.0</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Willow.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit d18a463

Please sign in to comment.