Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 28, 2024
1 parent 8acc053 commit bc824ef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@ Changelog
next
====

Bugfixes
--------

* Fixes exception propagation when rendering templates. Contributed
by `@yaakovLowenstein <https://github.com/yaakovLowenstein>`_. (`#52 <https://github.com/clokep/django-render-block/pull/52>`_)


Maintenance
-----------

* Support Python 3.11. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_)
* Support Python 3.11 and 3.12. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_,
`#55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Drop support for Python 3.7. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_)
* Support Django 4.2. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_)
* Drop support for Django < 3.2; Django 4.0. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_)
* Support Django 4.2, 5.0 and 5.1. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_,
`#55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Drop support for Django < 3.2; Django 4.0; Django 4.1. (`#44 <https://github.com/clokep/django-render-block/pull/44>`_,
`#55 <https://github.com/clokep/django-render-block/pull/55>`_)
* Add type hints and configure mypy. (`#54 <https://github.com/clokep/django-render-block/pull/54>`_)


0.9.2 (October 18, 2022)
========================
Expand All @@ -30,6 +42,7 @@ Maintenance
`Jack Linke <https://github.com/jacklinke>`_.
(`#41 <https://github.com/clokep/django-render-block/pull/41>`_)


0.9.1 (December 15, 2021)
=========================

Expand All @@ -40,6 +53,7 @@ Maintenance
* Fixed a packaging issue where the generated wheels were empty. Contributed
by `@cordery <https://github.com/cordery>`_. (`#35 <https://github.com/clokep/django-render-block/pull/35>`_)


0.9 (December 14, 2021)
=======================

Expand All @@ -54,6 +68,7 @@ Maintenance
* Changed packaging to use setuptools declarative config in ``setup.cfg``.
(`#32 <https://github.com/clokep/django-render-block/pull/32>`_)


0.8.1 (October 15, 2020)
========================

Expand All @@ -63,6 +78,7 @@ Bugfixes
* Fixes a regression in v0.8 where a ``Context`` could not be re-used. Contributed
by `@evanbrumley <https://github.com/evanbrumley>`_. (`#25 <https://github.com/clokep/django-render-block/pull/25>`_)


0.8 (October 6, 2020)
=====================

Expand All @@ -77,6 +93,7 @@ Maintenance

* Drop support for Python 3.5, support Python 3.9. (`#22 <https://github.com/clokep/django-render-block/pull/22>`_)


0.7 (July 13, 2020)
===================

Expand All @@ -89,6 +106,7 @@ Maintenance
* Drop support for Python 2.7. (`#19 <https://github.com/clokep/django-render-block/pull/19>`_)
* Support Python 3.8. (`#18 <https://github.com/clokep/django-render-block/pull/18>`_)


0.6 (May 8, 2019)
=================

Expand All @@ -111,6 +129,7 @@ Maintenance
* Fix rendering of README on PyPI. Contributed by `@mixxorz <https://github.com/mixxorz>`_.
(`#10 <https://github.com/clokep/django-render-block/pull/10>`_)


0.5 (September 1, 2016)
=======================

Expand All @@ -121,6 +140,7 @@ Bugfixes
the parent template, but overwriting part of it in the child template.
(`#8 <https://github.com/clokep/django-render-block/pull/8>`_)


0.4 (August 4, 2016)
====================

Expand All @@ -136,6 +156,7 @@ Maintenance
* Support Django 1.10. (`#5 <https://github.com/clokep/django-render-block/pull/5>`_)
* Support Python 3. (`#6 <https://github.com/clokep/django-render-block/pull/6>`_)


0.3.1 (June 1, 2016)
====================

Expand All @@ -145,6 +166,7 @@ Maintenance
* Refactoring to make more generic (for potentially supporting multiple
templating engines).


0.3 (May 27, 2016)
==================

Expand All @@ -156,6 +178,7 @@ Maintenance
* Removed ``context_instance`` parameter.
* Support for calling ``{{ block.super }}``.


0.2.2 (January 10, 2011)
========================

Expand All @@ -165,6 +188,7 @@ Maintenance
to fix an issue with nested extends. The specific bug was not reproducible,
but the additional code shouldn't hurt.


0.2.1 (August 27, 2010)
=======================

Expand All @@ -174,6 +198,7 @@ Maintenance
to remove a pointless render. The specific bug was not reproducible, but the
removed code was extraneous.


0.2 (August 4, 2008)
====================

Expand All @@ -188,6 +213,7 @@ Maintenance
4. Allow list of templates to be passed which is closer to the behavior of
``render_to_response``


0.1 (May 22, 2008)
==================

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Features
Requirements
============

Django Render Block supports Django 2.2, 3.1, 3.2, 4.0, and 4.1 on Python 3.7, 3.8,
3.9, and 3.10 (see the Django documentation for which versions of Python are
Django Render Block supports Django 4.2, 5.0, and 5.1 on Python 3.8, 3.9, 3.10,
3.11 and 3.12 (see the Django documentation for which versions of Python are
supported by particular Django versions).

Examples
Expand Down

0 comments on commit bc824ef

Please sign in to comment.