Skip to content

Commit

Permalink
bump 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1ng committed May 2, 2019
1 parent d6bd937 commit c02cec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## Release 0.3.2
* Fix K-means demo for multi-GPU [#630](https://github.com/h2oai/h2o4gpu/issues/630)
* CUDA-10
* Use gcc to build LightGBM on ppc64le

## Release 0.3.1
* Fix memory leak [#175](https://github.com/h2oai/h2o4gpu/issues/175) [#204](https://github.com/h2oai/h2o4gpu/issues/204)
* Static linking with CUDA dependencies
Expand Down
2 changes: 1 addition & 1 deletion make/version.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Build version number
BASE_VERSION = 0.3.1.10000
BASE_VERSION = 0.3.2

0 comments on commit c02cec6

Please sign in to comment.