* Fixed handling of within-descendant-imports when squashing modules (see `Issue 195 <https://github.com/seddonym/grimp/issues/195>`_).
3.7
----------------
* Added `find_matching_modules` and `find_matching_direct_imports` methods. * Added `as_packages` option to the `find_shortest_chain` method.
3.6
----------------
* Reimplement the graph in Rust. This is a substantial rewrite that, mostly, significantly improves performance, but there may be certain operations that are slower than before.
3.5
----------------
* Added `as_packages` option to the `find_shortest_chains` method. * Include 3.13 wheel in release. * Drop support for Python 3.8.