File tree 2 files changed +18
-1
lines changed 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ Version 0.29.0 (Released February 04, 2025)
5
+ --------------
6
+
7
+ - Semantic Chunking of Content Files (#2005)
8
+ - add edx block ids to content files (#2000)
9
+ - Better React Testing Library Errors (#2006)
10
+ - disable daily embed task in development (#2001)
11
+ - reverse nav drawer posthog events (#2003)
12
+ - track browse actions in posthog (#1997)
13
+ - remove react router (#1988)
14
+ - Env var to enable Posthog session replay (disable by default) (#1998)
15
+ - Shanbady/chunk size dropdown (#1989)
16
+ - Update codecov/codecov-action action to v5.3.1 (#1992)
17
+ - Update dependency ruff to v0.9.3 (#1991)
18
+ - Update dependency litellm to v1.59.7 (#1990)
19
+ - move LearningResourceExpanded to main (#1987)
20
+
4
21
Version 0.28.1 (Released January 29, 2025)
5
22
--------------
6
23
Original file line number Diff line number Diff line change 33
33
from main .settings_pluggy import * # noqa: F403
34
34
from openapi .settings_spectacular import open_spectacular_settings
35
35
36
- VERSION = "0.28.1 "
36
+ VERSION = "0.29.0 "
37
37
38
38
log = logging .getLogger ()
39
39
You can’t perform that action at this time.
0 commit comments