From 508f3bea0b59de6c4704e02efc9f463b6031dbd0 Mon Sep 17 00:00:00 2001 From: Jakub Dubec Date: Fri, 16 Aug 2024 02:08:50 +0200 Subject: [PATCH] =?UTF-8?q?Proper=20manipulation=20with=20`BaseStrategy`?= =?UTF-8?q?=20instances=20during=20population=20=F0=9F=91=A9=F0=9F=8F=BC?= =?UTF-8?q?=E2=80=8D=F0=9F=94=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2621966..175c7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 1.0.0-rc.10 : 02.08.2024 +## 1.0.0-rc.11 : 16.08.2024 + +- **Fixed**: Proper manipulation with `BaseStrategy` instances during population + +## 1.0.0-rc.10 : 02.08.2024 (unreleased) - **Added**: `AliasStrategy` for overriding property name on target object during `setattr()` - **Changed**:`field_strategy` now can be also an instance of `BaseStrategy` diff --git a/pyproject.toml b/pyproject.toml index 2d461af..0fd2499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-api-forms" -version = "1.0.0-rc.10" +version = "1.0.0-rc.11" description = "Declarative Django request validation for RESTful APIs" authors = [ "Jakub Dubec ",