We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.3.1
1 parent 6f9053c commit 79b5ba1Copy full SHA for 79b5ba1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.3.1 (2024-05-06)
4
+
5
+- Improve Pydantic model detection robustness (#11)
6
+- Fix crash in the visitor implementation (#10)
7
8
## 0.3.0 (2024-03-14)
9
10
Add a new rule:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "flake8-pydantic"
-version = "0.3.0"
+version = "0.3.1"
description = "A flake8 plugin to check Pydantic related code."
readme = "README.md"
authors = [
0 commit comments