File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.3.0 (Released March 12, 2025)
5
+ -------------
6
+
7
+ - fix(deps): update dependency starlette to v0.46.1 (#98)
8
+ - fix(deps): update dependency ruff to v0.9.10 (#97)
9
+ - fix(deps): update dependency next to v15.2.1 (#96)
10
+ - fix(deps): update dependency axios to v1.8.2 [security] (#95)
11
+ - chore(deps): update dependency eslint-config-next to v15.2.1 (#94)
12
+ - refactor:! edx_block_id to edx_module_id and better setting name (#91)
13
+ - Make sentry work for asgi endpoints too (#89)
14
+ - fix(deps): update dependency django to v4.2.20 [security] (#90)
15
+ - Better cookie management (#84)
16
+ - run collectstatic within the docker build
17
+ - put the static file in /static instead, and make sure the directory exists
18
+ - should go to staticfiles instead
19
+ - generate the git hash file based on a build arg and put it in /src/static/hash.txt
20
+ - feat: Add Video GPT (#56)
21
+
4
22
Version 0.2.1 (Released March 06, 2025)
5
23
-------------
6
24
Original file line number Diff line number Diff line change 31
31
from main .sentry import init_sentry
32
32
from openapi .settings_spectacular import open_spectacular_settings
33
33
34
- VERSION = "0.2.1 "
34
+ VERSION = "0.3.0 "
35
35
36
36
log = logging .getLogger ()
37
37
You can’t perform that action at this time.
0 commit comments