File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ diff-match-patch
4
4
[ ![ Generated by attribution] [ attribution-badge ]] [ attribution-url ]
5
5
6
6
7
+ v20241021
8
+ ---------
9
+
10
+ Bugfix release
11
+
12
+ - Stop breaking surrogate pairs in ` toDelta() ` (#17 )
13
+ - Start tracking new upstream https://github.com/dmsnell/diff-match-patch (#17 )
14
+ - Removed ` imp ` usage in speedtest
15
+ - Updated dev dependencies, use uv for dev workflows when available (#22 )
16
+ - Tested on Python 3.8-3.13
17
+ - Untested on Python 3.7, will be unsupported in future release
18
+
19
+ ``` text
20
+ $ git shortlog -s v20230430...v20241021
21
+ 7 Amethyst Reese
22
+ 5 dependabot[bot]
23
+ 5 matthewhegarty
24
+ ```
25
+
26
+
7
27
v20230430
8
28
---------
9
29
Original file line number Diff line number Diff line change 4
4
Do not edit manually. Get more info at https://attribution.omnilib.dev
5
5
"""
6
6
7
- __version__ = "20230430 "
7
+ __version__ = "20241021 "
You can’t perform that action at this time.
0 commit comments