Skip to content

Commit 98074d7

Browse files
authored
chore: Prepare release 2.5.1 (#520)
* Update CHANGELOG for version 2.5.1 * Bump version to 2.5.1
1 parent 0c0f387 commit 98074d7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

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

5+
2.5.1 (2026-02-09)
6+
==================
7+
8+
* feat: Allow "View on Site" for objects not on the current site by @stefanw in https://github.com/django-cms/djangocms-versioning/pull/479
9+
* feat: Preserve GET params for "View published" button by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/509
10+
* feat: Changelist performance improvement by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/505
11+
* fix: Make copy_function optional by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/515
12+
* fix: Invalid permission checking in ExtendedVersionAdminMixin by @pierreben in https://github.com/django-cms/djangocms-versioning/pull/519
13+
* docs: Update api reference by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/508
14+
* docs: Update docs to explain the djangocms_versioning contract by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/511
15+
* docs: update signal parameters documentation by @nstuardod in https://github.com/django-cms/djangocms-versioning/pull/517
16+
* locale: Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in fr by @transifex-integration[bot] in https://github.com/django-cms/djangocms-versioning/pull/513
17+
18+
**New Contributors**
19+
20+
* @nstuardod made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/517
21+
* @pierreben made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/519
22+
523
2.5.0 (2025-11-14)
624
==================
725

djangocms_versioning/__init__.py

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

0 commit comments

Comments
 (0)