Skip to content

Commit 099c469

Browse files
committed
Merge branch 'release'
2 parents 1a2b98e + cb0d20a commit 099c469

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release Notes
22
=============
33

4+
Version 0.24.3 (Released November 14, 2024)
5+
--------------
6+
7+
- remove sentence transformers dependency (#1806)
8+
- Add playlist id to video results (#1802)
9+
- Remove unnecessary percolate calls (#1801)
10+
- Update actions/checkout digest to 11bd719 (#1755)
11+
- Update actions/setup-node digest to 39370e3 (#1756)
12+
- [pre-commit.ci] pre-commit autoupdate (#1790)
13+
- Update akhileshns/heroku-deploy digest to e86b991 (#1715)
14+
- Empty commit to try and fix heroku
15+
- identify users in posthog via user id (#1799)
16+
- qdrant integration for vector based similar resources endpoint (#1784)
17+
- calculate min_score before score adjustments (#1797)
18+
- Update actions/setup-python digest to 0b93645 (#1757)
19+
420
Version 0.24.2 (Released November 07, 2024)
521
--------------
622

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.settings_pluggy import * # noqa: F403
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.24.2"
36+
VERSION = "0.24.3"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)