File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.38.2 (Released July 28, 2025)
5
+ --------------
6
+
7
+ - remove unpublished canvas content (#2386)
8
+ - add tutorbot problems model and etl (#2373)
9
+ - Resolve renovate dependency updates: dotenv v17 and stylelint-config-standard-scss v15 (#2383)
10
+ - chore(deps): update dependency jest-extended to v6 (#2378)
11
+ - chore(deps): update dependency jest-watch-typeahead to v3 (#2379)
12
+ - prevent hero layout shift (#2370)
13
+ - update faker (#2371)
14
+ - update nextjs (#2372)
15
+ - Disallow robot crawlers outside of Prod (#2381)
16
+ - fix(deps): update dependency nh3 to ^0.3.0 (#2377)
17
+ - fix(deps): update dependency ruff to v0.12.4 (#2376)
18
+ - fix(deps): update dependency litellm to v1.74.6 (#2375)
19
+ - Improve Dashboard Layout / Fix card Overflows (#2365)
20
+ - Filter canvas etl to single course (#2368)
21
+ - check that page exists before using it (#2366)
22
+ - fix(deps): update django-health-check digest to 7fc1e3a (#2324)
23
+
4
24
Version 0.38.1 (Released July 22, 2025)
5
25
--------------
6
26
Original file line number Diff line number Diff line change 34
34
from main .settings_pluggy import * # noqa: F403
35
35
from openapi .settings_spectacular import open_spectacular_settings
36
36
37
- VERSION = "0.38.1 "
37
+ VERSION = "0.38.2 "
38
38
39
39
log = logging .getLogger ()
40
40
You can’t perform that action at this time.
0 commit comments