Skip to content

Commit

Permalink
chore: release 0.50.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed May 21, 2024
1 parent 1d67af1 commit 4f04f88
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changes/1517.removed

This file was deleted.

1 change: 0 additions & 1 deletion changes/1520.added

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f04f88

Please sign in to comment.