|
1 | 1 |
|
| 2 | +n.n.n / 2024-12-10 |
| 3 | +================== |
| 4 | + |
| 5 | + * fix(doc): reference `count_paths` from top-level documentation |
| 6 | + * fix(tests): remove `test_` prefix in tests |
| 7 | + * chore(Cargo): update fake regex dependency message |
| 8 | + * fix(deps): update rust crate thiserror to v2 |
| 9 | + * fix: use proper pattern binding |
| 10 | + * fix(deps): update codspeed-criterion-compat to get rid of advisory |
| 11 | + * fix(tests): new test for `utils` module |
| 12 | + * fix(ui): adapt UI tests to Rust 1.84 |
| 13 | + * chore(gitignore): ignore `cargo mutants` output |
| 14 | + * fix(tests): `gen` will be a keyword in Rust 2024 |
| 15 | + * fix(kruskal): accept owned data into the method |
| 16 | + * fix: remove or move `allow` attributes |
| 17 | + * style(matrix): remove unneeded bounds on `DoubleEndedIterator` impl |
| 18 | + * style: replace `let _ =` by `_ =` |
| 19 | + * docs: remove empty lines in comments |
| 20 | + * Add test for Yen's algorithm |
| 21 | + * Add precision on development process |
| 22 | + * feat(tests): test Edmonds-Karp failure in sparse mode |
| 23 | + * feat(dfs): use a non-recursive version |
| 24 | + * fix(benches): reinstate regular benches for DFS |
| 25 | + * fix!(dfs): never visit the same node twice |
| 26 | + * feat(benches): add restricted DFS benchmarks |
| 27 | + * style: use Iterator::inspect() when the value does not change |
| 28 | + * chore(deps): update rust crate codspeed-criterion-compat to v2 |
| 29 | + * fix!(msrv): update MSRV to 1.77.2 |
| 30 | + * Generic variant of connected_components |
| 31 | + * fix(doc): refer to `usize::MAX` instead of `std::usize::MAX` |
| 32 | + * chore(Cargo.toml): allow `clippy::too_long_first_doc_paragraph` |
| 33 | + |
2 | 34 | v4.11.0 / 2024-08-31 |
3 | 35 | ================== |
4 | 36 |
|
|
0 commit comments