File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.0.0 (2026-04-21)
5+ -------------------
6+
7+ - feat: add logging for validation failures and misconfiguration
8+ https://github.com/aboutcode-org/django-altcha/pull/46
9+
10+ - fix(settings): resolve static asset URLs through STATIC_URL
11+ https://github.com/aboutcode-org/django-altcha/pull/45
12+
13+ - fix(deps): cap altcha at <2.0.0 for incompatible v2 release
14+ https://github.com/aboutcode-org/django-altcha/pull/44
15+
416v0.10.0 (2026-03-10)
517-------------------
618
Original file line number Diff line number Diff line change 2424
2525from .conf import get_setting
2626
27- __version__ = "0.10 .0"
27+ __version__ = "1.0 .0"
2828VERSION = __version__
2929
3030logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-altcha"
7- version = " 0.10 .0"
7+ version = " 1.0 .0"
88description = " Django field and widget for Altcha CAPTCHA."
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments