Skip to content

Commit 5ea5d3b

Browse files
author
Riki
committed
Update CHANGELOG and version number
1 parent 4d3ca6b commit 5ea5d3b

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variables:
66
ONEML_PATH: sertiscorp/mle/edge/oneml
77
ONEML_REF: v4.5.0 # 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.11.0-rc.0 # set manually to the latest or new oneML-bootcamp tag
9+
BOOTCAMP_TAG: v0.11.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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.11.0] - 2023-05-16
8+
### Changed
9+
- Update oneML artifacts to latest version -> [61948829](https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/61948829f2aebdb3ab239df84a3b135de78378d0)
10+
11+
### Fixed
12+
- CI failure because of new curl version -> [2e2ce546](https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/2e2ce5466f13b2b0bae14e2218c8d44ca00ddb77)
13+
714
## [0.10.1] - 2023-01-17
815
### Fixed
916
- Build artifact download URLs -> [1aee8f63](https://gitlab.com/sertiscorp/mle/edge/oneml-bootcamp/-/commit/1aee8f631f465f43bc89beae35ee1e27f781f51a)

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 9
31-
versionName "v0.10.1"
31+
versionName "v0.11.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 9
31-
versionName "v0.10.1"
31+
versionName "v0.11.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.11.0-rc.0
72+
SET TAG=v0.11.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.11.0-rc.0
111+
TAG=v0.11.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)