Skip to content

Commit 2f7df0f

Browse files
authored
Prepare to release v0.1.4 (#164)
Update release notes in preparation for tagging and building v0.1.4. This is mainly a result of maintaining compatibility with a major lxml update.
1 parent 3484090 commit 2f7df0f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/release-history.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
Release History
33
===============
44

5-
In Development
6-
--------------
5+
Version 0.1.4 (2024-01-01)
6+
--------------------------
7+
8+
This is a minor release that updates some of the lower-level parsing and diffing tools this package relies on:
79

810
- Updates the diff-match-patch implementation we rely on for simple text diffs to `fast_diff_match_patch v2.x <https://pypi.org/project/fast-diff-match-patch/>`_. (:issue:`126`)
911

1012
- Fix misconfigured dependency requirements for html5-parser. This should have no user impact, since there are no releases (yet) in the version range we were accidentally allowing for. (:issue:`126`)
1113

14+
- Support lxml v5.x. (:issue:`163`)
15+
1216

1317
Version 0.1.3 (2022-04-18)
1418
--------------------------

0 commit comments

Comments
 (0)