From 35a984b4e9c46cc938d65011b5fea60bd6bdd8ea Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:38:11 +0100 Subject: [PATCH] Prepare release `0.5.0` (#58) --- CHANGELOG.md | 9 +++++++++ src/django_autotyping/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7a46b..faaf5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/src/django_autotyping/__init__.py b/src/django_autotyping/__init__.py index 6a9beea..3d18726 100644 --- a/src/django_autotyping/__init__.py +++ b/src/django_autotyping/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"