Skip to content

Commit 6b36913

Browse files
authored
chore: Bump version and update changelog (#231)
1 parent fa45af8 commit 6b36913

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.rst

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

5-
2.0.0rc3 (2023-12-12)
6-
=====================
5+
2.0.1 (2024-03-27)
6+
==================
7+
8+
* fix: Remove newline from alias template by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/220
9+
* fix Sync pre-commit checks (#216) by @raffaellasuardini in https://github.com/django-cms/djangocms-alias/pull/226
10+
* fix: Remove `get_absolute_url` from both `Alias` and `AliasContent` models by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/199
11+
* fix djangocms-versioning draft deletion bug (#214) by @fscherf in https://github.com/django-cms/djangocms-alias/pull/215
12+
13+
Contributors
14+
15+
* @aacimov made their first contribution in https://github.com/django-cms/djangocms-alias/pull/213
16+
* @raffaellasuardini made their first contribution in https://github.com/django-cms/djangocms-alias/pull/217
17+
* @fscherf made their first contribution in https://github.com/django-cms/djangocms-alias/pull/215
18+
19+
20+
2.0.0 (2023-12-12)
21+
==================
722
* fix: avoid generating migrations based on settings.LANGUAGE by @vasekch in https://github.com/django-cms/djangocms-alias/pull/186
823
* fix: Enable caching for `static_alias` template tag by @vasekch in https://github.com/django-cms/djangocms-alias/pull/200
924
* fix: `static_alias` unnecessarily creates new content objects when used with versioning by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/202

djangocms_alias/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% load djangocms_alias_tags %}<b>{{ alias_static_code }}</b>{% render_alias instance.alias %}

0 commit comments

Comments
 (0)