From 319008f3477db3cb03aa2125c31ce6b2fa96a554 Mon Sep 17 00:00:00 2001 From: "substra-bot[bot]" <174989+substra-bot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:54:08 +0000 Subject: [PATCH] [auto] update changelog Signed-off-by: substra-bot[bot] <174989+substra-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ changes/1509.removed | 1 - changes/363.added | 1 - changes/369.fixed | 1 - 4 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 changes/1509.removed delete mode 100644 changes/363.added delete mode 100644 changes/369.fixed diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d44dc8..2dbd40f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.52.0](https://github.com/Substra/substra-tests/releases/tag/0.52.0) - 2024-09-11 + +### Added + +- Python 3.12 support. ([#363](https://github.com/Substra/substra-tests/pull/363)) + +### Fixed + +- Bump pytorch version to 2.2.1 in tests. ([#369](https://github.com/Substra/substra-tests/pull/369)) + +### Removed + +- Dependency `pytest-lazy-fixture` ([#1509](https://github.com/Substra/substra-tests/pull/1509)) + + ## [0.51.0](https://github.com/Substra/substra-tests/releases/tag/0.51.0) - 2024-06-03 diff --git a/changes/1509.removed b/changes/1509.removed deleted file mode 100644 index 24e85643..00000000 --- a/changes/1509.removed +++ /dev/null @@ -1 +0,0 @@ -Dependency `pytest-lazy-fixture` \ No newline at end of file diff --git a/changes/363.added b/changes/363.added deleted file mode 100644 index 94eaf106..00000000 --- a/changes/363.added +++ /dev/null @@ -1 +0,0 @@ -Python 3.12 support. diff --git a/changes/369.fixed b/changes/369.fixed deleted file mode 100644 index 01cf4583..00000000 --- a/changes/369.fixed +++ /dev/null @@ -1 +0,0 @@ -Bump pytorch version to 2.2.1 in tests.