Skip to content

Commit d4003bf

Browse files
committed
Bump version to 2.2.1 (50).
1 parent 66d7118 commit d4003bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.2.1][]
6+
57
* Correctly parse some previously-failing mis-nested combinations of `a` and formatting elements. (Fixes #95.)
68

79
## [2.2][]
@@ -169,7 +171,8 @@
169171
* 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.
170172

171173

172-
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.2...HEAD
174+
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.2.1...HEAD
175+
[2.2.1]: https://github.com/nolanw/HTMLReader/compare/v2.2...v2.2.1
173176
[2.2]: https://github.com/nolanw/HTMLReader/compare/v2.1.8...v2.2
174177
[2.1.8]: https://github.com/nolanw/HTMLReader/compare/v2.1.7...v2.1.8
175178
[2.1.7]: https://github.com/nolanw/HTMLReader/compare/v2.1.6...v2.1.7

Framework/Info.plist

+2-2
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>2.2</string>
20+
<string>2.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>49</string>
24+
<string>50</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Public domain.</string>
2727
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)