Skip to content

Commit 79b5ba1

Browse files
authored
Prepare release 0.3.1 (#13)
1 parent 6f9053c commit 79b5ba1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.1 (2024-05-06)
4+
5+
- Improve Pydantic model detection robustness (#11)
6+
- Fix crash in the visitor implementation (#10)
7+
38
## 0.3.0 (2024-03-14)
49

510
Add a new rule:

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
7+
version = "0.3.1"
88
description = "A flake8 plugin to check Pydantic related code."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)