Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Aug 3, 2018
2 parents 7675d57 + 94f6bf1 commit 9e81805
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

<a name="2.0.2"></a>
# [2.0.2](https://github.com/SwiftScream/URITemplate/compare/2.0.1...2.0.2) (2018-08-03)

- Update README


<a name="2.0.1"></a>
# [2.0.1](https://github.com/SwiftScream/URITemplate/compare/2.0.0...2.0.1) (2018-07-10)

Expand Down
2 changes: 1 addition & 1 deletion Configuration/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ENABLE_STRICT_OBJC_MSGSEND = YES
SWIFT_VERSION = 4.1
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES

CURRENT_PROJECT_VERSION = 2.0.1
CURRENT_PROJECT_VERSION = 2.0.2

#include "Warnings.xcconfig"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Add `pod 'ScreamURITemplate', '~> 2.0'` to your Podfile
### Carthage
Add `github "SwiftScream/URITemplate" ~> 2.0` to your Cartfile

For simulator builds you will need to add `-fprofile-instr-generate` to `OTHER_LDFLAGS`; device builds will be fine without it
This is due to this open issue with carthage: https://github.com/Carthage/Carthage/issues/2363
The alternative would be to disable code coverage :disappointed:

### Swift Package Manager
Add `.package(url: "https://github.com/SwiftScream/URITemplate.git", from: "2.0.0")` to your package.swift dependencies

Expand Down
2 changes: 1 addition & 1 deletion ScreamURITemplate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScreamURITemplate"
s.version = "2.0.1"
s.version = "2.0.2"
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" }
Expand Down

0 comments on commit 9e81805

Please sign in to comment.