File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.9.0] - 2022-09-06
8+ ### Added
9+ - support for C#/.NET -> [ 05bda49c] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/05bda49c69d4df098bc69aa035a3bf6d1d0a9fb1 )
10+
711## [ 0.8.0] - 2022-07-12
812### Added
913- support for C#/.NET -> [ 05bda49c] ( https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/05bda49c69d4df098bc69aa035a3bf6d1d0a9fb1 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 minSdkVersion 23
2929 targetSdkVersion 30
3030 versionCode 8
31- versionName " v0.9.0-rc.0 "
31+ versionName " v0.9.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 8
31- versionName " v0.9.0-rc.0 "
31+ versionName " v0.9.0"
3232 multiDexEnabled true
3333
3434 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ IF NOT "%CLEAN%"=="" (
6969)
7070
7171:: artifacts
72- SET TAG = v0.9.0-rc.0
72+ SET TAG = v0.9.0
7373SET ARCHIVE_NAME = oneml-bootcamp-%TARGET_ARCH% .tar.gz
7474SET BASE_URL = https://github.com/sertiscorp/oneML-bootcamp/releases/download/%TAG% /%ARCHIVE_NAME%
7575IF NOT EXIST " %BINARY_PATH% \%ARCHIVE_NAME% " (
Original file line number Diff line number Diff line change 108108fi
109109
110110# artifacts
111- TAG=v0.9.0-rc.0
111+ TAG=v0.9.0
112112BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/${TAG} /oneml-bootcamp-${TARGET_ARCH} .tar.gz
113113if [ ! -f " $BINARY_PATH /oneml-bootcamp-${TARGET_ARCH} .tar.gz" ];
114114then
You can’t perform that action at this time.
0 commit comments