Skip to content

Commit 14a9ab4

Browse files
author
Riccardo Gallina
committed
Update CHANGELOG and version number
1 parent 67c548f commit 14a9ab4

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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)

apps/android-camera/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

apps/android-simple/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7373
SET ARCHIVE_NAME=oneml-bootcamp-%TARGET_ARCH%.tar.gz
7474
SET BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/%TAG%/%ARCHIVE_NAME%
7575
IF NOT EXIST "%BINARY_PATH%\%ARCHIVE_NAME%" (

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ then
108108
fi
109109

110110
# artifacts
111-
TAG=v0.9.0-rc.0
111+
TAG=v0.9.0
112112
BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/${TAG}/oneml-bootcamp-${TARGET_ARCH}.tar.gz
113113
if [ ! -f "$BINARY_PATH/oneml-bootcamp-${TARGET_ARCH}.tar.gz" ];
114114
then

0 commit comments

Comments
 (0)