diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5ad7a..3f7abb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.0 (unreleased) +## 0.3.0 (2024-07-10) - Removed dependency - Updated Rust edition to 2021 diff --git a/Cargo.toml b/Cargo.toml index 754f4cd..d258cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmf" -version = "0.2.2" +version = "0.3.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 91c6be6..78d5566 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Check out [Disco](https://github.com/ankane/disco-rust) for higher-level collabo Add this line to your application’s `Cargo.toml` under `[dependencies]`: ```toml -libmf = "0.2" +libmf = "0.3" ``` ## Getting Started