Skip to content

Commit df0379f

Browse files
asvetlovwebknjaz
andauthored
Release 6.5.1 (#1197)
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 964d65f commit df0379f

File tree

7 files changed

+52
-14
lines changed

7 files changed

+52
-14
lines changed

CHANGES.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,61 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
6.5.1
18+
=====
19+
20+
*(2025-06-24)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Fixed a bug in C implementation when multidict is resized and it has deleted slots.
27+
28+
The bug was introduced by multidict 6.5.0 release.
29+
30+
Patch by :user:`asvetlov`.
31+
32+
*Related issues and pull requests on GitHub:*
33+
:issue:`1195`.
34+
35+
36+
Contributor-facing changes
37+
--------------------------
38+
39+
- A pair of code formatters for Python and C have been configured in the pre-commit tool.
40+
41+
*Related issues and pull requests on GitHub:*
42+
:issue:`1123`.
43+
44+
- Shorted fixture parametrization ids.
45+
46+
For example, ``test_keys_view_xor[case-insensitive-pure-python-module]`` becomes ``test_keys_view_xor[ci-py]`` -- by :user:`asvetlov`.
47+
48+
*Related issues and pull requests on GitHub:*
49+
:issue:`1192`.
50+
51+
- The :file:`reusable-cibuildwheel.yml` workflow has been refactored to
52+
be more generic and :file:`ci-cd.yml` now holds all the configuration
53+
toggles -- by :user:`webknjaz`.
54+
55+
*Related issues and pull requests on GitHub:*
56+
:issue:`1193`.
57+
58+
59+
----
60+
61+
1762
6.5.0
1863
=====
1964

2065
*(2025-06-17)*
2166

67+
.. note::
68+
69+
The release was yanked because of :issue:`1195`, multidict 6.5.1 should be used
70+
instead.
71+
2272

2373
Features
2474
--------

CHANGES/1123.contrib

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/1192.contrib

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/1193.contrib.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/1195.bugfix.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ eof
3636
fallback
3737
fastpath
3838
filename
39+
formatters
3940
gcc
4041
getitem
4142
github

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"getversion",
2323
)
2424

25-
__version__ = "6.5.1.dev0"
25+
__version__ = "6.5.1"
2626

2727

2828
if TYPE_CHECKING or not USE_EXTENSIONS:

0 commit comments

Comments
 (0)