Skip to content

Commit 4520787

Browse files
committed
Prepare for v0.5.0 release.
1 parent 7daf692 commit 4520787

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustlearn"
3-
version = "0.4.3"
3+
version = "0.5.0"
44
description = "A machine learning package for Rust."
55
documentation = "https://maciejkula.github.io/rustlearn/doc/rustlearn/"
66
homepage = "https://github.com/maciejkula/rustlearn"

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.5.0][2018-07-29]
4+
### Changed
5+
- use serde instead of rustc_serialize
6+
37
## [0.4.3][2018-05-22]
48
### Fixed
59
- c_char instead of i8 in libsvm bindings

0 commit comments

Comments
 (0)