From f62eaf4b04080c43694efdb6ba319787f0cf6e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Rupe=CC=81rez?= Date: Wed, 9 May 2018 18:12:15 +0200 Subject: [PATCH] Release 1.0.1 --- .swift-version | 2 +- .travis.yml | 4 ++-- CHANGELOG.md | 6 ++++++ Kommander.podspec | 2 +- Kommander.xcodeproj/project.pbxproj | 8 ++++---- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.swift-version b/.swift-version index 5186d07..7d5c902 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.1 diff --git a/.travis.yml b/.travis.yml index 50df2b0..2106132 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: swift -osx_image: xcode9 +osx_image: xcode9.3 script: - xcodebuild -workspace Kommander.xcworkspace -scheme Major -destination "platform=iOS - Simulator,name=iPhone 7,OS=11.0" -configuration Debug -enableCodeCoverage YES clean + Simulator,name=iPhone X,OS=11.3" -configuration Debug -enableCodeCoverage YES clean build test after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c91d7d..c5a3b37 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release 1.0.1 + +- [x] Result and error Kommand helpers. +- [x] Ready for Swift 4.1. +- [x] [Operation].execute(in:) extensions. + # Release 1.0 - [x] General retry policy. diff --git a/Kommander.podspec b/Kommander.podspec index 752493c..15b461b 100755 --- a/Kommander.podspec +++ b/Kommander.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Kommander' - s.version = '1.0' + s.version = '1.0.1' s.summary = 'A command pattern implementation written in Swift' s.homepage = 'https://github.com/intelygenz/Kommander-iOS' diff --git a/Kommander.xcodeproj/project.pbxproj b/Kommander.xcodeproj/project.pbxproj index 1250a2a..c64d5fa 100755 --- a/Kommander.xcodeproj/project.pbxproj +++ b/Kommander.xcodeproj/project.pbxproj @@ -991,8 +991,8 @@ CURRENT_PROJECT_VERSION = "$(DYLIB_CURRENT_VERSION)"; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 3VW789WSMP; - DYLIB_COMPATIBILITY_VERSION = 1.0; - DYLIB_CURRENT_VERSION = 1.0; + DYLIB_COMPATIBILITY_VERSION = 1.0.1; + DYLIB_CURRENT_VERSION = 1.0.1; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; @@ -1065,8 +1065,8 @@ CURRENT_PROJECT_VERSION = "$(DYLIB_CURRENT_VERSION)"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 3VW789WSMP; - DYLIB_COMPATIBILITY_VERSION = 1.0; - DYLIB_CURRENT_VERSION = 1.0; + DYLIB_COMPATIBILITY_VERSION = 1.0.1; + DYLIB_CURRENT_VERSION = 1.0.1; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99;