File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 44
55variables :
66 ONEML_PATH : sertiscorp/mle/edge/oneml
7- ONEML_REF : v3.9.0 # a tag or branch name to get oneML artifacts from
7+ ONEML_REF : v3.9.1 # a tag or branch name to get oneML artifacts from
88 ONEML_COMMIT_HASH : " " # needed only if ONEML_REF is not a tag
9- BOOTCAMP_TAG : v0.10.0-rc.0 # set manually to the latest or new oneML-bootcamp tag
9+ BOOTCAMP_TAG : v0.10.0 # set manually to the latest or new oneML-bootcamp tag
1010 RELEASE_BODY : " " # generated automatically
1111 PRERELEASE : " true" # set automatically
1212 BOOTCAMP_REF : develop # set automatically
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.10.0] - 2022-10-19
8+ ### Added
9+ - EKYC Apps -> [ 96cfa10c] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/96cfa10c78723dc4e00e12fc9994e79fc85a1a4c )
10+
11+ ### Changed
12+ - Update CUDA and dependencies -> [ 062c8e3e] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/062c8e3ed33aaa0ec8c9b03d55d7c3c7562abaa6 )
13+ - Update mirror pull -> [ d423ec00] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/d423ec00125f2a74896a8ab1f862fa2b4a7ef6f1 )
14+ - Automate release process -> [ da5c4b63] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/da5c4b6356f9097fe5176b8dcc78a0a59bfbea75 )
15+
716## [ 0.9.1] - 2022-09-20
817### Changed
918- Improve memory management in all apps -> [ 04a6bfe4] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/04a6bfe4935eb2fdb869bf3a9409102a2a266656 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 minSdkVersion 23
2929 targetSdkVersion 30
3030 versionCode 9
31- versionName " v0.9.1 "
31+ versionName " v0.10.0 "
3232
3333 ndk {
3434 abiFilters targetAbi
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 minSdkVersion 23
2929 targetSdkVersion 30
3030 versionCode 9
31- versionName " v0.9.1 "
31+ versionName " v0.10.0 "
3232 multiDexEnabled true
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments