diff --git a/CHANGELOG.md b/CHANGELOG.md index c843e25..77b9078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.0 (unreleased) +## 0.2.0 (2021-10-17) - Added support for Windows diff --git a/Cargo.toml b/Cargo.toml index cdf85de..33dc913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmf" -version = "0.1.1" +version = "0.2.0" description = "Large-scale sparse matrix factorization for Rust" repository = "https://github.com/ankane/libmf-rust" license = "BSD-3-Clause" diff --git a/README.md b/README.md index 989d17b..682a014 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add this line to your application’s `Cargo.toml` under `[dependencies]`: ```toml -libmf = "0.1" +libmf = "0.2" ``` ## Getting Started