Skip to content

Commit 8cd3c6a

Browse files
committed
Merge branch 'release'
2 parents 471e5c1 + 2237339 commit 8cd3c6a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

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

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+
421
Version 0.28.1 (Released January 29, 2025)
522
--------------
623

main/settings.py

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

36-
VERSION = "0.28.1"
36+
VERSION = "0.29.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)