We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ea7376 + 07b7aee commit ec3bab8Copy full SHA for ec3bab8
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+Version 0.50.0 (Released December 11, 2025)
5
+--------------
6
+
7
+- fix hybrid search (#2799)
8
+- hybrid search improvements (#2796)
9
10
Version 0.49.0 (Released December 09, 2025)
11
--------------
12
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.49.0"
+VERSION = "0.50.0"
38
39
log = logging.getLogger()
40
0 commit comments