We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac54595 commit c8a84bdCopy full SHA for c8a84bd
2 files changed
CHANGES.rst
@@ -5,6 +5,9 @@ CHANGES
5
6
Unreleased
7
----------
8
+
9
+2026/02/20 0.50.0
10
+-----------------
11
- Navigation: Added references to CrateDB MCP and CrateDB Toolkit
12
- Silky smooth navigation in TOC - gone are the flickering.
13
- Above enables animated expand/collapse icons.
src/crate/theme/rtd/__init__.py
@@ -23,7 +23,7 @@
23
24
import os
25
26
-VERSION = (0, 49, 1)
+VERSION = (0, 50, 0)
27
28
__version__ = ".".join(str(v) for v in VERSION) # + ".dev0"
29
__version_full__ = __version__
0 commit comments