Skip to content

Commit c8a84bd

Browse files
committed
Release 0.50.0
1 parent ac54595 commit c8a84bd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CHANGES
55

66
Unreleased
77
----------
8+
9+
2026/02/20 0.50.0
10+
-----------------
811
- Navigation: Added references to CrateDB MCP and CrateDB Toolkit
912
- Silky smooth navigation in TOC - gone are the flickering.
1013
- Above enables animated expand/collapse icons.

src/crate/theme/rtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525

26-
VERSION = (0, 49, 1)
26+
VERSION = (0, 50, 0)
2727

2828
__version__ = ".".join(str(v) for v in VERSION) # + ".dev0"
2929
__version_full__ = __version__

0 commit comments

Comments
 (0)