From 3a5be6f741f860a79ba9eee33d2a6f71d21a54e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:21:44 +0000 Subject: [PATCH] Release notes for v0.6.1 --- HISTORY.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5293bbb..3fb63a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,21 @@ # History -## 0.6.0 - 2024-04-10 +### v0.6.1 - 2024-10-21 + +### Bugs Fixed + +* Cap numpy to less than 2.0.0 until DeepEcho supports - Issue [#117](https://github.com/sdv-dev/DeepEcho/issues/117) by @gsheni + +### Internal + +* Add workflow to generate release notes - Issue [#126](https://github.com/sdv-dev/DeepEcho/issues/126) by @amontanez24 + +### Maintenance + +* Add support for numpy 2.0.0 - Issue [#118](https://github.com/sdv-dev/DeepEcho/issues/118) by @R-Palazzo +* Only run unit and integration tests on oldest and latest python versions for macos - Issue [#110](https://github.com/sdv-dev/DeepEcho/issues/110) by @R-Palazzo + +# 0.6.0 - 2024-04-10 This release adds support for Python 3.12!