File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.31.1 (Released April 29, 2025)
5
+ --------------
6
+
7
+ - enrollment dashboard mobile layout (#2187)
8
+ - Add a default worker concurrency for local dev (#2190)
9
+ - Scrape marketing sites with dynamic content (#2180)
10
+ - remove initial messages (#2185)
11
+ - Changes to use posthog proxy (#2188)
12
+ - [pre-commit.ci] pre-commit autoupdate (#2138)
13
+ - chore(deps): update dependency @storybook/addon-webpack5-compiler-swc to v3 (#2131)
14
+ - fix(deps): update material-ui monorepo (#2164)
15
+ - chore(deps): update yarn to v4.8.1 (#2183)
16
+ - add a prop to DashboardCard to optionally disable the not complete icon (#2182)
17
+ - chore(deps): update actions/setup-python digest to 8d9ed9a (#2163)
18
+ - Migrated AiChat entry screen (#2124)
19
+ - Rename EnrollmentCard to DashboardCard (#2179)
20
+ - Fade search results while fetching (#2177)
21
+ - chore(deps): update yarn to v4.8.0 (#2165)
22
+ - fix user profile type error (#2178)
23
+ - reorganize dashboard tabs (#2171)
24
+ - Update mitxonline api client (#2172)
25
+ - Switch to using mitol-django-scim (#2136)
26
+
4
27
Version 0.31.0 (Released April 08, 2025)
5
28
--------------
6
29
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.31.0 "
37
+ VERSION = "0.31.1 "
38
38
39
39
log = logging .getLogger ()
40
40
You can’t perform that action at this time.
0 commit comments