Skip to content

Commit

Permalink
Prepare release 0.3.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed May 6, 2024
1 parent 6f9053c commit 79b5ba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.1 (2024-05-06)

- Improve Pydantic model detection robustness (#11)
- Fix crash in the visitor implementation (#10)

## 0.3.0 (2024-03-14)

Add a new rule:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 79b5ba1

Please sign in to comment.