Skip to content

Commit 71d94d6

Browse files
author
Peeranat Fupongsiripan
committed
update changelog
1 parent 6f37b91 commit 71d94d6

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ image:
44

55
variables:
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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.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)

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.9.1"
31+
versionName "v0.10.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.9.1"
31+
versionName "v0.10.0"
3232
multiDexEnabled true
3333

3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)