Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 4, 2025
2 parents 471e5c1 + 2237339 commit 8cd3c6a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

Version 0.29.0 (Released February 04, 2025)
--------------

- Semantic Chunking of Content Files (#2005)
- add edx block ids to content files (#2000)
- Better React Testing Library Errors (#2006)
- disable daily embed task in development (#2001)
- reverse nav drawer posthog events (#2003)
- track browse actions in posthog (#1997)
- remove react router (#1988)
- Env var to enable Posthog session replay (disable by default) (#1998)
- Shanbady/chunk size dropdown (#1989)
- Update codecov/codecov-action action to v5.3.1 (#1992)
- Update dependency ruff to v0.9.3 (#1991)
- Update dependency litellm to v1.59.7 (#1990)
- move LearningResourceExpanded to main (#1987)

Version 0.28.1 (Released January 29, 2025)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.28.1"
VERSION = "0.29.0"

log = logging.getLogger()

Expand Down

0 comments on commit 8cd3c6a

Please sign in to comment.