From 7c77de55e5f92c28c7cfe3d18c07ca30546a2316 Mon Sep 17 00:00:00 2001 From: Angelo Di Paolo Date: Fri, 2 Jun 2017 08:04:24 -0700 Subject: [PATCH] version 4.0.1 --- CHANGELOG.md | 4 ++++ ELLog/Info.plist | 2 +- README.md | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c231f2..7e50719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [4.0.1](https://github.com/Electrode-iOS/ELLog/releases/tag/v4.0.1) + +- Log levels were incorrect. Info should not be more permissive than Debug. + # [4.0.0](https://github.com/Electrode-iOS/ELLog/releases/tag/v4.0.0) - Removed `LogCrashlyticsDestination` class. `LogCrashlyticsDestination` is not built as part of the ELLog target because it would create a dependency on Crashlytics. Since using this file requires a user to manually add it to their project, as well as install Crashlytics, the file is being removed from ELLog entirely. diff --git a/ELLog/Info.plist b/ELLog/Info.plist index 1bcfa6d..d7feac3 100644 --- a/ELLog/Info.plist +++ b/ELLog/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.0 + 4.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 7865244..20868d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ELLog -[![Version](https://img.shields.io/badge/version-v4.0.0-blue.svg)](https://github.com/Electrode-iOS/ELLog/releases/latest) +[![Version](https://img.shields.io/badge/version-v4.0.1-blue.svg)](https://github.com/Electrode-iOS/ELLog/releases/latest) [![Build Status](https://travis-ci.org/Electrode-iOS/ELLog.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELLog) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) @@ -8,7 +8,7 @@ ELLog is a framework that provides versatile logging options for Swift and Objec ## Requirements -ELLog requires Swift 3 and Xcode 8.1. +ELLog requires Swift 3.1 and Xcode 8.3. ## Installation @@ -17,7 +17,7 @@ ELLog requires Swift 3 and Xcode 8.1. Install with [Carthage](https://github.com/Carthage/Carthage) by adding the framework to your project's [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile). ``` -github "Electrode-iOS/ELLog" ~> 4.0.0 +github "Electrode-iOS/ELLog" ~> 4.0.1 ``` ### Manual