Skip to content

Commit c0f0a70

Browse files
committed
Merge branch 'release'
2 parents 0ba6a40 + 6ff06be commit c0f0a70

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

RELEASE.rst

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

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+
422
Version 0.2.1 (Released March 06, 2025)
523
-------------
624

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from main.sentry import init_sentry
3232
from openapi.settings_spectacular import open_spectacular_settings
3333

34-
VERSION = "0.2.1"
34+
VERSION = "0.3.0"
3535

3636
log = logging.getLogger()
3737

0 commit comments

Comments
 (0)