Skip to content

Commit c3a202d

Browse files
committed
Release 0.26.0
1 parent c515186 commit c3a202d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

RELEASE.rst

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

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+
427
Version 0.25.0 (Released November 25, 2024)
528
--------------
629

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.25.0"
36+
VERSION = "0.26.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)