From 9e1427350a95296febf50addef7743736229f9b4 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Tue, 27 Sep 2022 15:37:17 +0200 Subject: [PATCH] Changelog for 0.6.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56832722..5ec28964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.6.1 (2022-09-27) + +## 💫 Enhancements and new features + +- A new patch set break up the implementation of `clone_dataset()` + into its procedural components, and makes it more accessible for + extension patches. There are no behavior changes associated with + this internal reorganization. + # 0.6.0 (2022-08-25) ## 🐛 Bug Fixes