Skip to content

Commit f8df3f0

Browse files
authored
Bump version to 5.0.2 (#194)
* Bump version to 5.0.2 * Update CHANGELOG for version 5.0.2
1 parent 81333f0 commit f8df3f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
5.0.2 (2025-09-03)
6+
==================
7+
8+
* Add `BigAutoField` to `id` fields by @arkain in https://github.com/django-cms/djangocms-snippet/pull/189
9+
* Automatically remove orphaned grouper instances by @ms-18 in https://github.com/django-cms/djangocms-snippet/pull/190
10+
11+
**New Contributors**
12+
* @arkain made their first contribution in https://github.com/django-cms/djangocms-snippet/pull/189
13+
* @ms-18 made their first contribution in https://github.com/django-cms/djangocms-snippet/pull/190
14+
15+
516
5.0.1 (2025-05-14)
617
==================
718
* fix: Allow for later adding of django CMS versioning

src/djangocms_snippet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.1"
1+
__version__ = "5.0.2"

0 commit comments

Comments
 (0)