diff --git a/CHANGES.rst b/CHANGES.rst index 8b78a93..8c4e986 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,14 @@ lxml_html_clean changelog Unreleased ========== +0.3.1 (2024-10-09) +================== + +Features added +-------------- + +* Do not parse URL addresses when it is not necessary. + 0.3.0 (2024-10-09) ================== diff --git a/setup.cfg b/setup.cfg index 71c787b..0fd6453 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lxml_html_clean -version = 0.3.0 +version = 0.3.1 description = HTML cleaner from lxml project long_description = file:README.md long_description_content_type = text/markdown