File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-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.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
+
4
23
Version 0.26.1 (Released December 09, 2024)
5
24
--------------
6
25
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.26.1 "
36
+ VERSION = "0.26.2 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments