From 4f04f88fc1c653315306b8eeee4c8da90b371584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Tue, 21 May 2024 11:37:13 +0200 Subject: [PATCH] chore: release 0.50.0-rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- CHANGELOG.md | 12 ++++++++++++ changes/1517.removed | 1 - changes/1520.added | 1 - package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 changes/1517.removed delete mode 100644 changes/1520.added diff --git a/CHANGELOG.md b/CHANGELOG.md index e27305f2..e459645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.50.0](https://github.com/Substra/substra-frontend/releases/tag/0.50.0) - 2024-05-21 + + +### Added + +- Profiling step `download_function` ([#1520](https://github.com/Substra/substra-frontend/pull/1520)) + +### Removed + +- Task profiling step `build_image` ([#1517](https://github.com/Substra/substra-frontend/pull/1517)) + + ## [0.49.0](https://github.com/Substra/substra-frontend/releases/tag/0.49.0) - 2024-03-27 diff --git a/changes/1517.removed b/changes/1517.removed deleted file mode 100644 index d80174aa..00000000 --- a/changes/1517.removed +++ /dev/null @@ -1 +0,0 @@ -Task profiling step `build_image` diff --git a/changes/1520.added b/changes/1520.added deleted file mode 100644 index 8400732d..00000000 --- a/changes/1520.added +++ /dev/null @@ -1 +0,0 @@ -Profiling step `download_function` diff --git a/package-lock.json b/package-lock.json index 8603ba0e..ae319e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "substra-frontend", - "version": "0.49.0", + "version": "0.50.0-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "substra-frontend", - "version": "0.49.0", + "version": "0.50.0-rc1", "license": "Apache-2.0", "dependencies": { "@chakra-ui/react": "2.3.5", diff --git a/package.json b/package.json index bbbb6c13..cdbb07f6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "license": "Apache-2.0", "private": "true", - "version": "0.49.0", + "version": "0.50.0-rc1", "scripts": { "dev": "vite", "build": "tsc && vite build",