File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.26.0
5
+ --------------
6
+
7
+ - Refactor date/time parsing for mitpe events (#1840)
8
+ - Server rendering for homepage, units and topics listing pages (#1847)
9
+ - Query membership endpoints for resources belonging to user lists and learning paths (#1846)
10
+ - Remove some unused exports from ol-components (#1844)
11
+ - Update Yarn to v4.5.2 (#1851)
12
+ - Update postgres Docker tag to v12.22 (#1854)
13
+ - Update dependency ruff to v0.8.0 (#1853)
14
+ - Consistent qdrant point ids (#1839)
15
+ - set min cpu and memory. also add qdrant container (#1845)
16
+ - similar resources carousel (#1835)
17
+ - Refactor user lists and learning paths hooks out of learning resources (#1842)
18
+ - Revert "Server rendering for homepage, units and topics listing pages (#1822)" (#1838)
19
+ - Server rendering for homepage, units and topics listing pages (#1822)
20
+ - Update dependency @mui/lab to v6.0.0-beta.15 (#1830)
21
+ - vector search endpoint (#1827)
22
+ - Update dependency django-anymail to v12 (#1815)
23
+ - Update dependency safety to v3 (#1819)
24
+ - Update dependency pytest-cov to v6 (#1818)
25
+ - separate starts and as taught in, show anytime availability (#1828)
26
+
4
27
Version 0.25.0 (Released November 25, 2024)
5
28
--------------
6
29
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.25 .0"
36
+ VERSION = "0.26 .0"
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments