Skip to content

Commit

Permalink
Prepare for v0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkula committed Jul 29, 2018
1 parent 7daf692 commit 4520787
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustlearn"
version = "0.4.3"
version = "0.5.0"
description = "A machine learning package for Rust."
documentation = "https://maciejkula.github.io/rustlearn/doc/rustlearn/"
homepage = "https://github.com/maciejkula/rustlearn"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
# Changelog

## [0.5.0][2018-07-29]
### Changed
- use serde instead of rustc_serialize

## [0.4.3][2018-05-22]
### Fixed
- c_char instead of i8 in libsvm bindings
Expand Down

0 comments on commit 4520787

Please sign in to comment.