Skip to content

Commit

Permalink
Prepare release 0.4.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 4, 2024
1 parent bc86c2b commit aa63acf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.0 (2024-02-04)

This release brings improvements to the model creation related comemod:
- `DJAS002` was refactored and now provides better types for fields (instead of `Any`).
It is now split into two rules: `DJAS002` and `DJAS003`.

- Fix README rendering for PyPI (#43)
- Add draft implementation for `call_command` overloads (#45)
- Refactor and improve support for model creation (#46)
- Update to `ruff==0.2.0`, add new rules (#47)
- Typos and updates to docs (#48)

## 0.3.0 (2024-01-23)

- Add more tests for DJAS001, test DJAS010 (#34)
Expand Down
2 changes: 1 addition & 1 deletion src/django_autotyping/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit aa63acf

Please sign in to comment.