Skip to content

Commit 3704f57

Browse files
committed
Preparing release 8.2
1 parent b593a2b commit 3704f57

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGES.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22
Change log
33
==========
44

5-
8.1 ( 02 April 2025)
5+
8.2 (01 May 2025)
6+
=================
7+
8+
- Optimize QRColorMask apply_mask method for enhanced performance
9+
- Fix typos on StyledPilImage embeded_* parameters.
10+
The old parameters with the typos are still accepted
11+
for backward compatibility.
12+
13+
14+
8.1 (02 April 2025)
615
====================
716

817
- Added support for Python 3.13.
918

10-
8.0 ( 27 September 2024)
19+
8.0 (27 September 2024)
1120
========================
1221

1322
- Added support for Python 3.11 and 3.12.
@@ -20,10 +29,12 @@ Change log
2029

2130
- Code quality and formatting utilises ruff_.
2231

23-
- Removed ``typing_extensions`` as a dependency, as it's no longer required with
32+
- Removed ``typing_extensions`` as a dependency, as it's no longer required
33+
with having Python 3.9+ as a requirement.
2434
having Python 3.9+ as a requirement.
2535

26-
- Only allow high error correction rate (`qrcode.ERROR_CORRECT_H`) when generating
36+
- Only allow high error correction rate (`qrcode.ERROR_CORRECT_H`)
37+
when generating
2738
QR codes with embedded images to ensure content is readable
2839

2940
.. _Poetry: https://python-poetry.org

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "qrcode"
7-
version = "8.1"
7+
version = "8.2"
88
packages = [{include = "qrcode"}]
99
description = "QR Code image generator"
1010
authors = ["Lincoln Loop <[email protected]>"]

0 commit comments

Comments
 (0)