Skip to content

Commit

Permalink
django-tree-queries 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Mar 9, 2022
1 parent cb0d458 commit bc06562
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.8...main


`0.8`_ (2022-03-09)
~~~~~~~~~~~~~~~~~~~

.. _0.7: https://github.com/matthiask/django-tree-queries/compare/0.7...0.8

- Added pre-commit configuration to automatically remove some old-ish code
patterns.
- Fixed a compatibility problem with the upcoming Django 4.1.


`0.7`_ (2021-10-31)
~~~~~~~~~~~~~~~~~~~

.. _0.7: https://github.com/matthiask/django-tree-queries/compare/0.6...0.7

- Added a test with a tree node having a UUID as its primary key.


Expand Down Expand Up @@ -89,5 +100,3 @@ Change log
.. _0.4: https://github.com/matthiask/django-tree-queries/compare/0.3...0.4
.. _0.5: https://github.com/matthiask/django-tree-queries/compare/0.4...0.5
.. _0.6: https://github.com/matthiask/django-tree-queries/compare/0.5...0.6
.. _0.7: https://github.com/matthiask/django-tree-queries/compare/0.6...0.7
.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.7...main
2 changes: 1 addition & 1 deletion tree_queries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 7, 0)
VERSION = (0, 8, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit bc06562

Please sign in to comment.