From fb26405317f18b2ca5fdb39229799567debc0df0 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 5 Dec 2024 14:31:16 +0000 Subject: [PATCH 1/2] Release 0.26.1 --- RELEASE.rst | 16 ++++++++++++++++ main/settings.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 02d1b7bff2..8f687fa03a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,22 @@ Release Notes ============= +Version 0.26.1 +-------------- + +- Update Yarn to v4.5.3 (#1865) +- fix certification type none display (#1873) +- fix card line clamping (#1871) +- Update dependency eslint-plugin-react-hooks to v5 (#1817) +- Update dependency eslint-plugin-testing-library to v7 (#1856) +- v2 drawer qa adjustments (#1850) +- Fixes issue with learning path membership being called for non-admins (#1864) +- Consolidate qdrant functionality into its own app (#1860) +- Revert "Server rendering for homepage, units and topics listing pages (#1847)" (#1866) +- Filter out content type on similar resources endpoint (#1863) +- Select random hero image index on server (#1859) +- returnning all resource types for similar (#1849) + Version 0.26.0 (Released November 26, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 152c676bc4..a51ed3fc74 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.26.0" +VERSION = "0.26.1" log = logging.getLogger() From 36aa51f34d34561fdec233b2f1ab8b3945454042 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 9 Dec 2024 16:43:40 +0000 Subject: [PATCH 2/2] Release date for 0.26.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 8f687fa03a..eec0691368 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.26.1 +Version 0.26.1 (Released December 09, 2024) -------------- - Update Yarn to v4.5.3 (#1865)