Skip to content

Commit

Permalink
Bump version to 2.0.2 (35).
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Dec 20, 2016
1 parent 096dcc0 commit da151a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased][]
## [2.0.2][]

* Fix retain cycle on documents created with `-[HTMLDocument initWithData:contentTypeHeader:]`.

Expand Down Expand Up @@ -103,7 +103,8 @@
* 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.


[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/nolanw/HTMLReader/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/nolanw/HTMLReader/compare/v2.0...v2.0.1
[2.0]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...v2.0
[1.0.1]: https://github.com/nolanw/HTMLReader/compare/v1.0...1.0.1
Expand Down
4 changes: 2 additions & 2 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>33</string>
<string>35</string>
<key>NSHumanReadableCopyright</key>
<string>Public domain.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit da151a6

Please sign in to comment.