From bc530e3d469e78537cf0e424c462d41a4eb95714 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 2 Feb 2024 14:14:31 +0100 Subject: [PATCH] Assemble 1.2.0 changelog --- CHANGELOG.md | 35 +++++++++++++++++++ .../20240202_080927_michael.hanke_modfix.md | 7 ---- changelog.d/20240202_081451_michael.hanke.md | 5 --- changelog.d/20240202_081610_michael.hanke.md | 6 ---- changelog.d/20240202_081822_michael.hanke.md | 6 ---- changelog.d/20240202_131017_michael.hanke.md | 6 ---- 6 files changed, 35 insertions(+), 30 deletions(-) delete mode 100644 changelog.d/20240202_080927_michael.hanke_modfix.md delete mode 100644 changelog.d/20240202_081451_michael.hanke.md delete mode 100644 changelog.d/20240202_081610_michael.hanke.md delete mode 100644 changelog.d/20240202_081822_michael.hanke.md delete mode 100644 changelog.d/20240202_131017_michael.hanke.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 288be25d..fd241c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +# 1.2.0 (2024-02-02) + +## 🐛 Bug Fixes + +- Fix an invalid escape sequence in a regex that caused a syntax warning. + Fixes https://github.com/datalad/datalad-next/issues/602 via + https://github.com/datalad/datalad-next/pull/603 (by @mih) + +## 💫 Enhancements and new features + +- Speed up of status reports for repositories with many submodules. + An early presence check for submodules skips unnecessary evaluation + steps. Fixes https://github.com/datalad/datalad-next/issues/606 via + https://github.com/datalad/datalad-next/pull/607 (by @mih) + +## 🏠 Internal + +- Fix implementation error in `ParamDictator` class that caused a test + failure. The class itself is unused and has been scheduled for removal. + See https://github.com/datalad/datalad-next/issues/611 and + https://github.com/datalad/datalad-next/pull/610 (by @christian-monch) + +## 🛡 Tests + +- Promote a previously internal fixture to provide a standard + `modified_dataset` fixture. This fixture is sessions-scope, and + yields a dataset with many facets of modification, suitable for + testing change reporting. The fixture verifies that no + modifications have been applied to the testbed. (by @mih) + +- `iterable_subprocess` tests have been robustified to better handle the + observed diversity of execution environments. This addresseses, for example, + https://bugs.debian.org/1061739. + https://github.com/datalad/datalad-next/pull/614 (by @christian-monch) + # 1.1.0 (2024-01-21) -- Iterate! ## 💫 Enhancements and new features diff --git a/changelog.d/20240202_080927_michael.hanke_modfix.md b/changelog.d/20240202_080927_michael.hanke_modfix.md deleted file mode 100644 index c3bad328..00000000 --- a/changelog.d/20240202_080927_michael.hanke_modfix.md +++ /dev/null @@ -1,7 +0,0 @@ -### 🛡 Tests - -- Promote a previously internal fixture to provide a standard - `modified_dataset` fixture. This fixture is sessions-scope, and - yields a dataset with many facets of modification, suitable for - testing change reporting. The fixture verifies that no - modifications have been applied to the testbed. (by @mih) diff --git a/changelog.d/20240202_081451_michael.hanke.md b/changelog.d/20240202_081451_michael.hanke.md deleted file mode 100644 index 91fb2b7d..00000000 --- a/changelog.d/20240202_081451_michael.hanke.md +++ /dev/null @@ -1,5 +0,0 @@ -### 🐛 Bug Fixes - -- Fix an invalid escape sequence in a regex that caused a syntax warning. - Fixes https://github.com/datalad/datalad-next/issues/602 via - https://github.com/datalad/datalad-next/pull/603 (by @mih) diff --git a/changelog.d/20240202_081610_michael.hanke.md b/changelog.d/20240202_081610_michael.hanke.md deleted file mode 100644 index cc3f3565..00000000 --- a/changelog.d/20240202_081610_michael.hanke.md +++ /dev/null @@ -1,6 +0,0 @@ -### 💫 Enhancements and new features - -- Speed up of status reports for repositories with many submodules. - An early presence check for submodules skips unnecessary evaluation - steps. Fixes https://github.com/datalad/datalad-next/issues/606 via - https://github.com/datalad/datalad-next/pull/607 (by @mih) diff --git a/changelog.d/20240202_081822_michael.hanke.md b/changelog.d/20240202_081822_michael.hanke.md deleted file mode 100644 index e32e3fcb..00000000 --- a/changelog.d/20240202_081822_michael.hanke.md +++ /dev/null @@ -1,6 +0,0 @@ -### 🏠 Internal - -- Fix implementation error in `ParamDictator` class that caused a test - failure. The class itself is unused and has been scheduled for removal. - See https://github.com/datalad/datalad-next/issues/611 and - https://github.com/datalad/datalad-next/pull/610 (by @christian-monch) diff --git a/changelog.d/20240202_131017_michael.hanke.md b/changelog.d/20240202_131017_michael.hanke.md deleted file mode 100644 index 4762fff7..00000000 --- a/changelog.d/20240202_131017_michael.hanke.md +++ /dev/null @@ -1,6 +0,0 @@ -### 🛡 Tests - -- `iterable_subprocess` tests have been robustified to better handle the - observed diversity of execution environments. This addresseses, for example, - https://bugs.debian.org/1061739. - https://github.com/datalad/datalad-next/pull/614 (by @christian-monch)