Skip to content

Commit

Permalink
Prepare release 0.5.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Feb 18, 2024
1 parent 9774e10 commit 35a984b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.0 (2024-02-18)

This release brings basic support for template loading functions (e.g. `render_to_string`).

- Fixed some typos in readme and docstrings (#50)
- Fixes and tests for `DJAS002/3` (#53)
- Add support for template loading functions (#56)
- Remove outdated VSCode limitation in docs (#57)

## 0.4.0 (2024-02-04)

This release brings improvements to the model creation related comemod:
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.4.0"
__version__ = "0.5.0"

0 comments on commit 35a984b

Please sign in to comment.