Skip to content

Commit fc0e9e2

Browse files
committed
django-tree-queries 0.11
1 parent a2d9d30 commit fc0e9e2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Change log
44
`Next version`_
55
~~~~~~~~~~~~~~~
66

7-
.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.10...main
7+
.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.11...main
8+
9+
10+
`0.11`_ (2022-06-10)
11+
~~~~~~~~~~~~~~~~~~~~
12+
13+
.. _0.11: https://github.com/matthiask/django-tree-queries/compare/0.10...0.11
14+
15+
- Fixed a crash when running ``.with_tree_fields().distinct().count()`` by 1.
16+
avoiding to select tree fields in distinct subqueries and 2. trusting the
17+
testsuite.
818

919

1020
`0.10`_ (2022-06-07)

tree_queries/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 10, 0)
1+
VERSION = (0, 11, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)