Skip to content

Commit

Permalink
chore(release): 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Mar 27, 2021
1 parent 4277e7f commit 724458d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# DeepDetect: Open Source Deep Learning Platform (Changelog)

## [0.14.0](https://github.com/jolibrain/dd_platform_docker/compare/v0.13.0...v0.14.0) (2021-03-05)
## [0.15.0](https://github.com/jolibrain/dd_platform_docker/compare/v0.14.0...v0.15.0) (2021-03-27)


### Features

* **deepdetect:** upgrade to v0.14.0 ([013cabb](https://github.com/jolibrain/dd_platform_docker/commit/013cabbffbec2841494e9a6edc5662fdd2f31100))
* add gpu docker compose file for ubuntu 20.04 ([c66801d](https://github.com/jolibrain/dd_platform_docker/commit/c66801d55d06bae66d65e8920aa95ee9f8b30c68))
* allow to change the deepdetect image via env ([66fa875](https://github.com/jolibrain/dd_platform_docker/commit/66fa8751213ac8da32fc2164e480550367c86d94))
* **deepdetect:** upgrade to v0.15.0 ([18130e9](https://github.com/jolibrain/dd_platform_docker/commit/18130e9fd87f6315729ba60767110bb5f297f7ef))
* **platform_ui:** upgrade to v0.14.0 ([7d18cfd](https://github.com/jolibrain/dd_platform_docker/commit/7d18cfd17d239f8b012bc2c8c06502ebbc6b6e0c))
* **platform_ui:** upgrade to v0.15.0 ([4277e7f](https://github.com/jolibrain/dd_platform_docker/commit/4277e7f1268b1747d55312583ed615165ff84ec3))


### Bug Fixes

* expose .env as /version in platform_ui ([6218da2](https://github.com/jolibrain/dd_platform_docker/commit/6218da272a2a4cd4f3e8b76f5435f1b7e12b4da9))
* install dd_client correctly in jupyter docker ([2f06186](https://github.com/jolibrain/dd_platform_docker/commit/2f061861c2bfe93069e55d351b9c7d24b2f163e4))
* release script tag variables ([ebc55b5](https://github.com/jolibrain/dd_platform_docker/commit/ebc55b50fbd366b76677e0978ab98ac4ac5045fb))
* **jupyter:** fix branch and egg name of dd_widgets ([176aa22](https://github.com/jolibrain/dd_platform_docker/commit/176aa22cbb1d558ba4339ffcd724a1cda9b0eb95))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deepdetect-platform",
"description": "Open Source Deep Learning Platform",
"private": true,
"version": "0.14.0",
"version": "0.15.0",
"devDependencies": {
"standard-version": "^9.0.0"
},
Expand Down

0 comments on commit 724458d

Please sign in to comment.