From 7de9a3af2356da2e1ba508328c355ac67e65e854 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 12 Aug 2024 16:03:13 +0000 Subject: [PATCH 1/2] Release 0.16.0 --- RELEASE.rst | 18 ++++++++++++++++++ main/settings.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 9f5658c4fb..760ccc5b5c 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,24 @@ Release Notes ============= +Version 0.16.0 +-------------- + +- Update values of hostnames to use learn.mit.edu (#1401) +- Add featured ranks to the opensearch index (#1381) +- Fix homepage contrast issues (#1371) +- copy update for mitx channel page (#1400) +- Update Yarn to v4.4.0 (#1399) +- Update search term event handler to clear page if the term changes and is submitted, updating tests for this (#1387) +- fix prettier and eslint in pre-commit (#1391) +- Rename MIT Open to MIT Learn for subscription emails (#1390) +- enable mailgun and analytics (#1370) +- update suppport email (#1385) +- Update topic boxes to support multiple lines (#1380) +- Update dependency Django to v4.2.15 [SECURITY] (#1384) +- adding version specifier for renovate (#1378) +- Create, Edit and Delete User List modal UI (#1356) + Version 0.15.1 (Released August 07, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 215f12d07b..81fbcc638b 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.15.1" +VERSION = "0.16.0" log = logging.getLogger() From b4d90dea9799161a0fa4613b17032f28bad3ddc8 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 13 Aug 2024 16:55:32 +0000 Subject: [PATCH 2/2] Release date for 0.16.0 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 760ccc5b5c..35fd5668b3 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.16.0 +Version 0.16.0 (Released August 13, 2024) -------------- - Update values of hostnames to use learn.mit.edu (#1401)