Skip to content

Commit

Permalink
chore: update changelog, bump version (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Mar 6, 2025
1 parent fee0650 commit 7a5e73a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
dist/
build/
.env
.venv
venv
local.sqlite
.coverage
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

2.2.1 (2025-03-06)
==================

* fix: Pre-populate `version.content` cache when getting version object by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/446
* fix: Test compatibility with django CMS 5 by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/453
* fix: For headless mode, django CMS 5.0 adds preview buttons to all views. Do not add again. by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/455
* ci: update ruff configuration by @earthcomfy in https://github.com/django-cms/djangocms-versioning/pull/448
* build(deps): bump actions/cache from 4.2.0 to 4.2.2 by @dependabot in https://github.com/django-cms/djangocms-versioning/pull/452


2.2.0 (2025-01-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_versioning/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit 7a5e73a

Please sign in to comment.