Skip to content

Commit 12b5eb7

Browse files
authored
chore: bump version for v1.0.0 release (#47)
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 63047cc commit 12b5eb7

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
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+
416
v0.10.0 (2026-03-10)
517
-------------------
618

django_altcha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from .conf import get_setting
2626

27-
__version__ = "0.10.0"
27+
__version__ = "1.0.0"
2828
VERSION = __version__
2929

3030
logger = logging.getLogger(__name__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-altcha"
7-
version = "0.10.0"
7+
version = "1.0.0"
88
description = "Django field and widget for Altcha CAPTCHA."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)