Skip to content

Commit 819312b

Browse files
committed
add changelog
1 parent 304a52c commit 819312b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44

55
`CalVer, YY.month.patch <https://calver.org/>`_
66

7+
25.4.1
8+
======
9+
- Add match-case (structural pattern matching) support to ASYNC103, 104, 910, 911 & 912.
10+
711
25.3.1
812
======
913
- Add except* support to ASYNC102, 103, 104, 120, 910, 911, 912.

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ adding the following to your ``.pre-commit-config.yaml``:
3333
minimum_pre_commit_version: '2.9.0'
3434
repos:
3535
- repo: https://github.com/python-trio/flake8-async
36-
rev: 25.3.1
36+
rev: 25.4.1
3737
hooks:
3838
- id: flake8-async
3939
# args: ["--enable=ASYNC100,ASYNC112", "--disable=", "--autofix=ASYNC"]

flake8_async/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
# CalVer: YY.month.patch, e.g. first release of July 2022 == "22.7.1"
41-
__version__ = "25.3.1"
41+
__version__ = "25.4.1"
4242

4343

4444
# taken from https://github.com/Zac-HD/shed

0 commit comments

Comments
 (0)