We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d9d30 commit fc0e9e2Copy full SHA for fc0e9e2
CHANGELOG.rst
@@ -4,7 +4,17 @@ Change log
4
`Next version`_
5
~~~~~~~~~~~~~~~
6
7
-.. _Next version: https://github.com/matthiask/django-tree-queries/compare/0.10...main
+.. _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.
18
19
20
`0.10`_ (2022-06-07)
tree_queries/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 10, 0)
+VERSION = (0, 11, 0)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments