Skip to content

Commit 04718db

Browse files
committed
Version bump v20241021
1 parent b5d9f34 commit 04718db

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ diff-match-patch
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

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+
727
v20230430
828
---------
929

diff_match_patch/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "20230430"
7+
__version__ = "20241021"

0 commit comments

Comments
 (0)