From e4e6d22313a27d77eaffbb5c6aa0e55f51fd93f4 Mon Sep 17 00:00:00 2001 From: Mng <50384638+Mng-dev-ai@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:36:06 +0300 Subject: [PATCH] v0.1.6 --- CHANGELOG.md | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ffdf4..adb4158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,3 +34,9 @@ Initial release! - feat: Add support to skip confirmation. - fix: Install setuptools and use python -m build in CD workflow. + +## Version 0.1.6 (Oct 23, 2025) + +--- + +- feat: Add loading states and comprehensive modal accessibility. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2c1d7df..41809b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-modal-actions -version = 0.1.5 +version = 0.1.6 description = A Django app for adding modal actions to the admin interface long_description = file: README.md long_description_content_type = text/markdown