Version bump to 0.3.0 [skip ci]

This commit is contained in:
Andrew Kane
2024-07-10 22:16:06 -07:00
parent 0476d707a7
commit bf30f1336c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## 0.3.0 (unreleased)
## 0.3.0 (2024-07-10)
- Removed dependency
- Updated Rust edition to 2021

View File

@@ -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"

View File

@@ -11,7 +11,7 @@ Check out [Disco](https://github.com/ankane/disco-rust) for higher-level collabo
Add this line to your applications `Cargo.toml` under `[dependencies]`:
```toml
libmf = "0.2"
libmf = "0.3"
```
## Getting Started