========= Changelog ========= 1.1.0 (2026-07-22) ------------------ * Add ``django_crawl.crawl()``, a Python API for crawling within your test suite. See the new :doc:`API documentation `. `PR #37 `__. * Parse HTML with `html5ever `__ instead of justhtml, speeding up link extraction by up to 100x. `PR #40 `__. 1.0.0 (2026-07-22) ------------------ * Initial release.