From e5149da3fe9337fe3b0756da74085b4d5d3efb0a Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 5 Nov 2024 21:18:44 +0000 Subject: [PATCH 1/2] Release 0.24.2 --- RELEASE.rst | 19 +++++++++++++++++++ main/settings.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 0cec8dcb60..3a3a8d1723 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,25 @@ Release Notes ============= +Version 0.24.2 +-------------- + +- HTTPS youtube URLs (#1795) +- Card bug fixes (#1793) +- upgrade stories & events grid to grid2 (#1792) +- Fixes to address scim-form-keycloak weirdness (#1789) +- Maintain API instructor order (#1783) +- Fix DST issue (#1788) +- Update Node.js to v22 (#1786) +- Update dependency ruff to v0.7.2 (#1785) +- Image and video optimizations (#1769) +- Upgrade to Next.js v15 (#1776) +- Fix issue with hero image causing horizontal scroll (#1777) +- add new learning resource drawer layout (#1711) +- Change frontend to use resource_prices field instead of prices field (#1737) +- move facets first in tab order (#1751) +- Card Accessibility Improvements (#1778) + Version 0.24.1 (Released October 30, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 0b7b967fcd..f55d215f53 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.24.1" +VERSION = "0.24.2" log = logging.getLogger() From 7acda39fcb9c15650cc900f974a723f37ddc47ac Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 7 Nov 2024 14:34:38 +0000 Subject: [PATCH 2/2] Release date for 0.24.2 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 3a3a8d1723..3d755cad65 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.24.2 +Version 0.24.2 (Released November 07, 2024) -------------- - HTTPS youtube URLs (#1795)