Skip to content

Commit 880218a

Browse files
authoredDec 26, 2024
Prepare release 0.4.0 (#19)
1 parent 05efb2b commit 880218a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.0 (2024-12-26)
4+
5+
- Update dependencies (#18)
6+
Apply new Ruff and mymy changes
7+
- Add support for Python 3.13 (#17)
8+
- Ignore non-annotated `model_config` attributes (#16)
9+
310
## 0.3.1 (2024-05-06)
411

512
- Improve Pydantic model detection robustness (#11)

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flake8-pydantic"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "A flake8 plugin to check Pydantic related code."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)