Skip to content

Commit 34e990b

Browse files
chore: release 0.50.0 (#343)
* chore: release 0.50.0-rc1 Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com> * chore: release 0.50.0-rc1 Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com> * chore: release 0.50.0 Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com> --------- Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com> Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com> Co-authored-by: Guilhem Barthés <guilhem.barthes@owkin.com>
1 parent 44afc50 commit 34e990b

7 files changed

Lines changed: 25 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## [0.50.0](https://github.com/Substra/substra-frontend/releases/tag/0.50.0) - 2024-06-03
11+
12+
13+
### Added
14+
15+
- Profiling step `download_function` ([#1520](https://github.com/Substra/substra-frontend/pull/1520))
16+
17+
### Removed
18+
19+
- Task profiling step `build_image` ([#1517](https://github.com/Substra/substra-frontend/pull/1517))
20+
21+
1022
## [0.49.0](https://github.com/Substra/substra-frontend/releases/tag/0.49.0) - 2024-03-27
1123

1224

changes/1517.removed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1520.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

charts/substra-frontend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [1.1.1] - 2024-06-03
6+
7+
8+
### Changed
9+
10+
- Bump app version to 0.50.0
11+
12+
513
## [1.1.0] - 2024-04-05
614

715
### Added

charts/substra-frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ type: application
1010
maintainers:
1111
- name: Substra Team
1212
email: support@substra.org
13-
version: 1.1.0
14-
appVersion: 0.49.0 # should be same as in package.json
13+
version: 1.1.1
14+
appVersion: 0.50.0 # should be same as in package.json
1515
kubeVersion: '>= 1.19.0-0'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"license": "Apache-2.0",
88
"private": "true",
9-
"version": "0.49.0",
9+
"version": "0.50.0",
1010
"scripts": {
1111
"dev": "vite",
1212
"build": "tsc && vite build",

0 commit comments

Comments
 (0)