Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Aug 3, 2023
1 parent edebf76 commit 01687eb
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0.b2
current_version = 2.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down
25 changes: 25 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ History

.. towncrier release notes start
2.0.0 (2023-08-03)
==================

Features
--------

- Add include in rss field to post, to be able to exclude blog items from rss feed. (#663)
- Add a CMS toolbar item for category and tag list (#676)
- Add optional BLOG_UNICODE_SLUGS setting that disable unicode in blog posts slugs. (#707)
- Improve meta image size handling (#718)
- Port to django 3.2/4.1 - django CMS 3.11 (#720)
- Add default_auto_field to BlogAppConfig (#737)


Bugfixes
--------

- Fix distinct preventing post delete from admin (#683)
- See description here: https://github.com/nephila/djangocms-blog/issues/699 (#699)
- Add classname for categories and tags that uses slug, not empty "count". (#710)
- Fix pre-commit flake8 repo url (#715)
- Fix template urls not respecting namespaces (#723)
- Do not show a post detail published on another site (#724)


1.2.3 (2020-12-21)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/663.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/676.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/683.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/699.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/707.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/710.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/715.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/718.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/720.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/723.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/724.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/737.feature

This file was deleted.

2 changes: 1 addition & 1 deletion djangocms_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Iacopo Spalletti"
__email__ = "i.spalletti@nephila.it"
__version__ = "2.0.0.b2"
__version__ = "2.0.0"

0 comments on commit 01687eb

Please sign in to comment.