Version bump to 0.3.0 [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## 0.3.0 (unreleased)
|
## 0.3.0 (2024-07-10)
|
||||||
|
|
||||||
- Removed dependency
|
- Removed dependency
|
||||||
- Updated Rust edition to 2021
|
- Updated Rust edition to 2021
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libmf"
|
name = "libmf"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
description = "Large-scale sparse matrix factorization for Rust"
|
description = "Large-scale sparse matrix factorization for Rust"
|
||||||
repository = "https://github.com/ankane/libmf-rust"
|
repository = "https://github.com/ankane/libmf-rust"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|||||||
@@ -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]`:
|
Add this line to your application’s `Cargo.toml` under `[dependencies]`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
libmf = "0.2"
|
libmf = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|||||||
Reference in New Issue
Block a user