diff --git a/.jazzy.yaml b/.jazzy.yaml index c95515d..859588a 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,5 +1,5 @@ module: HTMLKit -module_version: 2.0.6 +module_version: 2.1.0 author: Iskandar Abudiab author_url: https://twitter.com/iabudiab github_url: https://github.com/iabudiab/HTMLKit diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf1f94..59248dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [2.1.0](https://github.com/iabudiab/HTMLKit/releases/tag/2.1.0) + +Released on 2017.10.12 + +### Added + +- Standarized tokenizer error codes: + - [whatwg/html#2701](https://github.com/whatwg/html/pull/2701) + - [html5lib/html5lib-tests#92](https://github.com/html5lib/html5lib-tests/pull/92) + +### Updated + +- Project for Xcode 9 +- Travis config for iOS 11.0, macOS 10.13, tvOS 11.0 and watchOS 4.0 +- Updated HTML5Lib-Tests submodule (cbafeba) + ## [2.0.6](https://github.com/iabudiab/HTMLKit/releases/tag/2.0.6) Released on 2017.05.02 diff --git a/HTMLKit.podspec b/HTMLKit.podspec index 50e830e..32fb565 100644 --- a/HTMLKit.podspec +++ b/HTMLKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HTMLKit" - s.version = "2.0.6" + s.version = "2.1.0" s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs." s.license = "MIT" s.homepage = "https://github.com/iabudiab/HTMLKit" diff --git a/README.md b/README.md index 197666f..2b43ae4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ An Objective-C framework for your everyday HTML needs. -[![Build Status](https://img.shields.io/travis/iabudiab/HTMLKit/develop.svg?style=flat)](https://travis-ci.org/iabudiab/HTMLKit) -[![codecov](https://codecov.io/gh/iabudiab/HTMLKit/branch/develop/graph/badge.svg)](https://codecov.io/gh/iabudiab/HTMLKit) +[![Build Status](https://img.shields.io/travis/iabudiab/HTMLKit/master.svg?style=flat)](https://travis-ci.org/iabudiab/HTMLKit) +[![codecov](https://codecov.io/gh/iabudiab/HTMLKit/branch/master/graph/badge.svg)](https://codecov.io/gh/iabudiab/HTMLKit) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/HTMLKit.svg?style=flat)](https://cocoapods.org/pods/HTMLKit) [![CocoaDocs](https://img.shields.io/cocoapods/metrics/doc-percent/HTMLKit.svg?style=flat)](http://cocoadocs.org/docsets/HTMLKit) diff --git a/Sources/HTMLKit-Info.plist b/Sources/HTMLKit-Info.plist index 7b6a588..5ed2cdb 100644 --- a/Sources/HTMLKit-Info.plist +++ b/Sources/HTMLKit-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.6 + 2.1.0 CFBundleSignature ???? CFBundleVersion