From 520627f0b21ec4f83f49a83afe01b83e6ca69f87 Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 26 Jun 2024 18:16:36 +0000 Subject: [PATCH 1/2] Release 0.13.15 --- RELEASE.rst | 17 +++++++++++++++++ main/settings.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index e3365cc113..0202026bfc 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,23 @@ Release Notes ============= +Version 0.13.15 +--------------- + +- fix content file search (#1167) +- Set default ordering by position for userlist and learningresource relationships (#1165) +- fix flaky test (#1168) +- Update favicons (#1153) +- de-flake a test (#1166) +- Shanbady/search page card mobile updates (#1156) +- remove course filter from featured carousel (#1164) +- Update Select and Dropdown components (#1160) +- Adds a separate pane for the filter CTAs, adds an apply button on mobile (#1144) +- Search facet styles and animation (#1143) +- Modifications to api/search filtering with comma values (#1122) +- [pre-commit.ci] pre-commit autoupdate (#1110) +- Update Yarn to v4.3.1 (#1145) + Version 0.13.14 (Released June 26, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index ca9919a518..6e123c1122 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.13.14" +VERSION = "0.13.15" log = logging.getLogger() From 079c30565d0bbffcc6c618012db1cf73ca77a611 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 27 Jun 2024 15:29:39 +0000 Subject: [PATCH 2/2] Release date for 0.13.15 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 0202026bfc..e5e2bc7d40 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.13.15 +Version 0.13.15 (Released June 27, 2024) --------------- - fix content file search (#1167)