Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 5, 2016
1 parent 7db58c4 commit 9732c4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog for WebLinking

## 1.1.0

### Enhancements

- Adds support for Swift 2.3.

## 1.0.1

### Enhancements

- Adds support for tvOS.
- Adds support for Swift Package Manager.

## 1.0.0

This release adds support for Swift 2.0 and watchOS.
2 changes: 1 addition & 1 deletion WebLinking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'WebLinking'
spec.version = '1.0.1'
spec.version = '1.1.0'
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 9732c4b

Please sign in to comment.