Skip to content

Commit f0b4a26

Browse files
committed
Release 0.26.2
1 parent 67082a3 commit f0b4a26

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

RELEASE.rst

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

4+
Version 0.26.2
5+
--------------
6+
7+
- add a trailing slash to non contentfile OCW resources (#1877)
8+
- Update codecov/codecov-action action to v5.1.1 (#1883)
9+
- Update Node.js to v22.12.0 (#1882)
10+
- Update nginx Docker tag to v1.27.3 (#1881)
11+
- Update dependency ruff to v0.8.2 (#1880)
12+
- Update dependency Django to v4.2.17 [SECURITY] (#1879)
13+
- specify non-free course for differing prices test (#1878)
14+
- Server render search results (search and channel pages) (#1836)
15+
- Server render homepage and listing pages. Client-only drawer navigation. (#1872)
16+
- fix price comparison in differing runs table (#1876)
17+
- OpenAI embeddings for vector search (#1869)
18+
- Simplify Theme (#1870)
19+
- Add parent id to podcast api (#1857)
20+
- Fix edx file import (#1867)
21+
- Update codecov/codecov-action action to v5 (#1855)
22+
423
Version 0.26.1 (Released December 09, 2024)
524
--------------
625

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.26.1"
36+
VERSION = "0.26.2"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)