Skip to content

Commit 2c7dc05

Browse files
committed
Bump version to 2.0 (33).
1 parent e9fb6c4 commit 2c7dc05

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Change Log
22

3-
## [Unreleased][]
3+
## [2.0][]
44

55
* Fix `HTMLElement`'s subscripting abilities not getting bridged into Swift (issue #59 revisited).
6+
* This is a breaking change because Swift code used to see `HTMLElement.objectForKeyedSubscript(_:)` and now sees `HTMLElement.subscript(_:)`.
67
* Update project and playground for Xcode 8 and Swift 3.
78

89
## [1.0.1][]
@@ -93,7 +94,8 @@
9394
* A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself.
9495

9596

96-
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...HEAD
97+
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0...HEAD
98+
[2.0]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...v2.0
9799
[1.0.1]: https://github.com/nolanw/HTMLReader/compare/v1.0...1.0.1
98100
[1.0]: https://github.com/nolanw/HTMLReader/compare/v0.9.6...1.0
99101
[0.9.6]: https://github.com/nolanw/HTMLReader/compare/v0.9.5...v0.9.6

Framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>32</string>
24+
<string>33</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Public domain.</string>
2727
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)