Skip to content

Commit d09399e

Browse files
committed
chore(release): 0.24.0
1 parent 18cc539 commit d09399e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# DeepDetect: Open Source Deep Learning Platform (Changelog)
22

3-
## [0.23.0](https://github.com/jolibrain/dd_platform_docker/compare/v0.22.0...v0.23.0) (2022-11-10)
3+
## [0.24.0](https://github.com/jolibrain/dd_platform_docker/compare/v0.23.0...v0.24.0) (2023-04-03)
44

55

66
### Features
77

8-
* **deepdetect:** upgrade to v0.22.1 ([6c1bc65](https://github.com/jolibrain/dd_platform_docker/commit/6c1bc65a36c5eba40f8b1688825acf36eb56b977))
9-
* **deepdetect:** upgrade to v0.23.1 ([1830d20](https://github.com/jolibrain/dd_platform_docker/commit/1830d207cf50d64fb0f25817ba5f7eba7ba9f3bf))
10-
* **platform_ui:** upgrade to v0.22.2 ([7423a88](https://github.com/jolibrain/dd_platform_docker/commit/7423a88be1412616d20739e024f048825136c8d1))
11-
* **platform_ui:** upgrade to v0.23.1 ([78d1f6c](https://github.com/jolibrain/dd_platform_docker/commit/78d1f6c6185df1d2efab96373548c8924757d789))
8+
* **deepdetect:** upgrade to v0.24.0 ([ab0eb51](https://github.com/jolibrain/dd_platform_docker/commit/ab0eb51f37d54940fb032260b9a5f1cbaa0208df))
9+
* **platform_ui:** upgrade to v0.24.0 ([18cc539](https://github.com/jolibrain/dd_platform_docker/commit/18cc5395de06eca47426ea9699f2d515c07be1e0))
10+
* use torch images by default ([d9eb7b7](https://github.com/jolibrain/dd_platform_docker/commit/d9eb7b7154dac5ec29d6331e4fa3f4004935be80))
11+
12+
13+
### Bug Fixes
14+
15+
* missing default user in GPU DD compose config ([9ba46b2](https://github.com/jolibrain/dd_platform_docker/commit/9ba46b2bd0c845656366bdd34bb310260aa4d708))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deepdetect-platform",
33
"description": "Open Source Deep Learning Platform",
44
"private": true,
5-
"version": "0.23.0",
5+
"version": "0.24.0",
66
"devDependencies": {
77
"standard-version": "^9.3.1"
88
},

0 commit comments

Comments
 (0)