From 4a70db7252bb67b90ef228b1fdb1adfa338554a6 Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 31 Jan 2025 17:57:36 +0000 Subject: [PATCH 1/2] Release 0.29.0 --- RELEASE.rst | 17 +++++++++++++++++ main/settings.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 58f841191e..22a393abf7 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,23 @@ Release Notes ============= +Version 0.29.0 +-------------- + +- 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) -------------- diff --git a/main/settings.py b/main/settings.py index dce0a48e63..4626e4ab35 100644 --- a/main/settings.py +++ b/main/settings.py @@ -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() From 22373398005b0bf85510a7bb648bf752ffc30d33 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 4 Feb 2025 19:54:27 +0000 Subject: [PATCH 2/2] Release date for 0.29.0 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 22a393abf7..d5b594013d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.29.0 +Version 0.29.0 (Released February 04, 2025) -------------- - Semantic Chunking of Content Files (#2005)