From d908218bad059c9fe443b5c8c4c6cc43b7231caf Mon Sep 17 00:00:00 2001 From: Luis Padron Date: Mon, 12 Jun 2017 17:48:18 -0400 Subject: [PATCH] Update change log and podspec to version 0.8.0 --- CHANGELOG.md | 6 ++++++ UIEmptyState.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb6067..083efdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # UIEmptyState Changelog +## Version 0.8.0 + +- Updated for Swift 4 and Xcode 9 +- Now uses `safeAreaLayoutGuide` to adjust centering of empty state view, if on iOS 11 when `shouldAdjustToFitBars` returns `true`. +- Updated project to recommended settings in Xcode 9, set language to Swift 4 and `@objc inference` to `default`. + ## Version 0.7.0 - Update constraints for labels so that they do not extend past the edges of the view diff --git a/UIEmptyState.podspec b/UIEmptyState.podspec index 1a889d2..4678dff 100644 --- a/UIEmptyState.podspec +++ b/UIEmptyState.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "UIEmptyState" - s.version = "0.7.0" + s.version = "0.8.0" s.summary = "An empty state control to give visually appealing context when building iOS applications." s.description = <<-DESC Empty state control which gives context with either a message, image, and buttons to the user when ever there is a reason the state is empty.