Skip to content

Commit

Permalink
chore: release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radi85 committed Aug 29, 2021
1 parent ae75a9a commit d006af6
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.7.0
2 changes: 1 addition & 1 deletion comment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.6.1'
__version__ = '2.7.0'


def _get_version():
Expand Down
13 changes: 13 additions & 0 deletions docs/source/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

2.7.0
------

- Add support for django ``3.2``.
- Allow blocking users/emails from adding/reacting with comments.
- Improve commenting anonymously UI.
- Enhance API docs by adding openapi_ and swagger page to RTD.
- Reduce number of queries by prefetching foreign key objects on comment.
- Reduce chances of XSS injections.
- Fix response for state change on unflagged comments.

.. _openapi: https://django-comment-dab.readthedocs.io/en/latest/openapi.html

2.6.1
------

Expand Down
1 change: 1 addition & 0 deletions docs/source/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Release Notes
:maxdepth: 0

version-2.6
version-2.7
50 changes: 50 additions & 0 deletions docs/source/release-notes/version-2.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
=========================
Django-comments-dab v2.7
=========================

v2.7.0
-------

Features
^^^^^^^^^

- `#143`_ - Allow blocking users and emails.
- `#156`_ - Improve UI for commenting anonymously.
- `#203`_ - Enhance API docs by adding openapi and swagger page to RTD.
- `#215`_ - Reduce number of queries by prefetching foreign key objects on comment.
- `#218`_ - Add support for django ``3.2``.

.. _#143: https://github.com/Radi85/Comment/issues/143
.. _#156:: https://github.com/Radi85/Comment/issues/156
.. _#203:: https://github.com/Radi85/Comment/issues/203
.. _#215: https://github.com/Radi85/Comment/pull/215
.. _#218: https://github.com/Radi85/Comment/issues/218

Bug fixes
^^^^^^^^^

- `#202`_ - Fix response for state change on unflagged comments.
- `#210`_ - Reduce chances of XSS injections.
- `#213`_ - Fix namespace pollution caused by star imports.
- `#216`_ - Give warnings when deprecated template tag include_static is used.

.. _#202: https://github.com/Radi85/Comment/pull/202
.. _#210: https://github.com/Radi85/Comment/issues/210
.. _#213: https://github.com/Radi85/Comment/pull/213
.. _#216: https://github.com/Radi85/Comment/issues/216

Codebase enhancement
^^^^^^^^^^^^^^^^^^^^^

- `#205`_ - Enhance Coverage - Add tests for permissions.
- `#206`_ - Move metadata from setup.py to setup.cfg.
- `#200`_ and `#209`_ - Tests enhancement and refactoring.
- `#223`_ - Migrate to github actions for CI.
- `#225`_ - Run tests for all supported python and django versions.

.. _#205: https://github.com/Radi85/Comment/pull/205
.. _#206: https://github.com/Radi85/Comment/issues/206
.. _#200: https://github.com/Radi85/Comment/pull/200
.. _#209: https://github.com/Radi85/Comment/pull/209
.. _#223: https://github.com/Radi85/Comment/issues/223
.. _#225: https://github.com/Radi85/Comment/issues/225

0 comments on commit d006af6

Please sign in to comment.