From b8f1123b86dbdc38ac0d6a172729623fa44a677e Mon Sep 17 00:00:00 2001 From: Martin Waitz Date: Fri, 3 Mar 2017 08:25:14 +0100 Subject: [PATCH 1/5] Fix compilation for Swift 3.1 Move the `module.modulemap` into `Sources/include` and add an exclude for `Tests/Fixtures`. --- Package.swift | 2 +- Sources/{ => include}/module.modulemap | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Sources/{ => include}/module.modulemap (100%) diff --git a/Package.swift b/Package.swift index 42ccf62..7e17c5a 100644 --- a/Package.swift +++ b/Package.swift @@ -2,5 +2,5 @@ import PackageDescription let package = Package( name: "HTMLKit", - exclude: ["Tests/Resources", "Tests/css-tests", "Tests/html5lib-tests"] + exclude: ["Tests/Fixtures", "Tests/css-tests", "Tests/html5lib-tests"] ) diff --git a/Sources/module.modulemap b/Sources/include/module.modulemap similarity index 100% rename from Sources/module.modulemap rename to Sources/include/module.modulemap From 44f1bc694678574aa702e071aa6df81ff4120dfe Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 6 Mar 2017 00:25:55 +0100 Subject: [PATCH 2/5] Add Changelog entry for HTMLKit 2.0.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f87f6..6870987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.0.3](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.3) + +Released on 2017.03.6 + +### Fixed +- Compilation for Swift 3.1 + - Fixed by @tali in PR #6 + + ## [2.0.2](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.2) Released on 2017.02.26 From e9e3f0413653c002bb6e26e8f9daa3b86b91909b Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 6 Mar 2017 00:26:06 +0100 Subject: [PATCH 3/5] Update jazzy.yaml for 2.0.3 --- .jazzy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index d3f5dc0..ff1f05c 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,5 +1,5 @@ module: HTMLKit -module_version: 2.0.2 +module_version: 2.0.3 author: Iskandar Abudiab author_url: https://twitter.com/iabudiab github_url: https://github.com/iabudiab/HTMLKit From 32b674f78676ef6b5d6ab17e312f8620235fbcfd Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 6 Mar 2017 00:26:17 +0100 Subject: [PATCH 4/5] Update podspec for 2.0.3 --- HTMLKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTMLKit.podspec b/HTMLKit.podspec index 5f2e985..773e60d 100644 --- a/HTMLKit.podspec +++ b/HTMLKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HTMLKit" - s.version = "2.0.2" + s.version = "2.0.3" s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs." s.license = "MIT" s.homepage = "https://github.com/iabudiab/HTMLKit" From a7ace9929faaeeaf07788a54a91e10dbcd03787d Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 6 Mar 2017 00:26:43 +0100 Subject: [PATCH 5/5] Bump HTMLKit version to 2.0.3 --- Sources/HTMLKit-Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/HTMLKit-Info.plist b/Sources/HTMLKit-Info.plist index f6d389e..688a2d0 100644 --- a/Sources/HTMLKit-Info.plist +++ b/Sources/HTMLKit-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.2 + 2.0.3 CFBundleSignature ???? CFBundleVersion