Skip to content

Commit bbbde01

Browse files
committed
Merge branch 'release'
2 parents 1dcfb8d + d87a2af commit bbbde01

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

RELEASE.rst

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

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+
424
Version 0.38.1 (Released July 22, 2025)
525
--------------
626

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.38.1"
37+
VERSION = "0.38.2"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)