From e0db264ee2bf76422105a1ab261b09bdc071d268 Mon Sep 17 00:00:00 2001 From: Alex Deem Date: Tue, 10 Jul 2018 13:43:38 +1000 Subject: [PATCH 1/2] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9467953..d323213 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ A robust and performant Swift 4.1 implementation of [RFC6570](https://tools.ietf ## Getting Started ### Manual -Static Library and Dynamic Framework targets are provided for iOS, MacOS, tvOS, and watchOS; integrate them as you normally would. +Static Framework targets are provided for iOS, MacOS, tvOS, and watchOS; integrate them as you normally would. ### CocoaPods -Add `pod 'ScreamURITemplate', '~> 1.1'` to your Podfile +Add `pod 'ScreamURITemplate', '~> 2.0'` to your Podfile ### Carthage -Add `github "SwiftScream/URITemplate" ~> 1.1` to your Cartfile +Add `github "SwiftScream/URITemplate" ~> 2.0` to your Cartfile ### Swift Package Manager -Add `.package(url: "https://github.com/SwiftScream/URITemplate.git", from: "1.1.0")` to your package.swift dependencies +Add `.package(url: "https://github.com/SwiftScream/URITemplate.git", from: "2.0.0")` to your package.swift dependencies ## Usage From ac5d0d2a902fa72dae82f52b5a4dcb2df4f0bad6 Mon Sep 17 00:00:00 2001 From: Alex Deem Date: Tue, 10 Jul 2018 13:53:08 +1000 Subject: [PATCH 2/2] 2.0.1 Release Bumps --- CHANGELOG.md | 6 ++++++ Configuration/Project.xcconfig | 2 +- ScreamURITemplate.podspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5b19c..887b33f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. + +# [2.0.1](https://github.com/SwiftScream/URITemplate/compare/2.0.0...2.0.1) (2018-07-10) + +- Update README + + # [2.0.0](https://github.com/SwiftScream/URITemplate/compare/1.1.1...2.0.0) (2018-07-09) diff --git a/Configuration/Project.xcconfig b/Configuration/Project.xcconfig index 77077ba..552f820 100644 --- a/Configuration/Project.xcconfig +++ b/Configuration/Project.xcconfig @@ -10,6 +10,6 @@ ENABLE_STRICT_OBJC_MSGSEND = YES SWIFT_VERSION = 4.1 SWIFT_TREAT_WARNINGS_AS_ERRORS = YES -CURRENT_PROJECT_VERSION = 2.0.0 +CURRENT_PROJECT_VERSION = 2.0.1 #include "Warnings.xcconfig" diff --git a/ScreamURITemplate.podspec b/ScreamURITemplate.podspec index d44b8c0..685e937 100644 --- a/ScreamURITemplate.podspec +++ b/ScreamURITemplate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ScreamURITemplate" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "Robust and performant Swift implementation of RFC6570 URI Template" s.homepage = "https://github.com/SwiftScream/URITemplate" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }