Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Jun 7, 2019
1 parent 0edc979 commit 7e0505a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog for URITemplate

## Master
## 3.0.0

### Breaking

- Support for Swift 3 has been removed.
- Support for Swift < 4.2 has been removed.

### Enhancements

- Adds support for Swift 5.0.

## 2.0.3

Expand Down
2 changes: 1 addition & 1 deletion URITemplate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'URITemplate'
spec.version = '2.0.3'
spec.version = '3.0.0'
spec.summary = 'Swift library for dealing with URI Templates (RFC6570)'
spec.homepage = 'https://github.com/kylef/URITemplate.swift'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 7e0505a

Please sign in to comment.