## v0.1.3 -- 2025-09-23

Enhancement:

- Add `PathType`-like (contraction path, usually `Vec<Vec<usize>>` or `[[usize; 2]; N]`, etc) list as valid path-optimizer object (no optimization in this case).

## v0.1.2 -- 2025-09-21

API breaking change:

- Change `ContractionType::indices` to `Vec<usize>` (previously `String`), which indicates terms to be contracted in a single step.
