Skip to content

Commit ae0a88b

Browse files
committed
Version 2.0.0b1
1 parent 63450d6 commit ae0a88b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

docs/changelog.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ tinyhtml5 changelog
77
2.0.0b1
88
~~~~~~~
99

10-
* TODO.
10+
Released on 2024-09-18.
11+
12+
This is the first beta version of tinyhtml5, a simplified and modernized
13+
version of html5lib. Please read the :doc:`going_further` page to know more about
14+
this fork.
15+
16+
Dependencies:
17+
18+
* Python 3.9+ is now needed.
19+
* webencodings is the only required dependency.
20+
21+
Features:
22+
23+
* tinyhtml5 is only a HTML5 parser, that only generates an ElementTree tree.
24+
* Code internals are cleaned, simplified and modernized.
25+
* Tests are included.
1126

1227

1328
html5lib changelog

tinyhtml5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
__all__ = ["parse"]
1717

18-
VERSION = __version__ = "2.0.0-b0"
18+
VERSION = __version__ = "2.0.0b1"

0 commit comments

Comments
 (0)