Skip to content

Commit 9732c4b

Browse files
committed
Release 1.1.0
1 parent 7db58c4 commit 9732c4b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog for WebLinking
2+
3+
## 1.1.0
4+
5+
### Enhancements
6+
7+
- Adds support for Swift 2.3.
8+
9+
## 1.0.1
10+
11+
### Enhancements
12+
13+
- Adds support for tvOS.
14+
- Adds support for Swift Package Manager.
15+
16+
## 1.0.0
17+
18+
This release adds support for Swift 2.0 and watchOS.

WebLinking.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'WebLinking'
3-
spec.version = '1.0.1'
3+
spec.version = '1.1.0'
44
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
55
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)