What's Changed
The main non-documentation change is the addition of an async interface via the `async_stream_zip` function (albeit using threads under the hood)
* docs: suggest that the risk of high numbers of files in many situations is fine by michalc in https://github.com/uktrade/stream-zip/pull/99
* docs: add order of 0 to index/homepage by michalc in https://github.com/uktrade/stream-zip/pull/101
* build(deps): move to govuk-eleventy-plugin v6.0.3 by michalc in https://github.com/uktrade/stream-zip/pull/103
* docs: use system font, and fix layout of header by michalc in https://github.com/uktrade/stream-zip/pull/104
* docs: make logo a bit tighter by michalc in https://github.com/uktrade/stream-zip/pull/105
* docs: increase letter spacing/kerning in logo by michalc in https://github.com/uktrade/stream-zip/pull/106
* build(deps): pin localtunnel to avoid axios vulnerability by michalc in https://github.com/uktrade/stream-zip/pull/107
* build(deps): add rollup-linux-x64-gnu as optional dependency by michalc in https://github.com/uktrade/stream-zip/pull/108
* build(deps): fix package-lock.json by michalc in https://github.com/uktrade/stream-zip/pull/109
* docs: add links to footer by michalc in https://github.com/uktrade/stream-zip/pull/111
* docs: simplify async interface by michalc in https://github.com/uktrade/stream-zip/pull/112
* docs: use preferred function for getting event loop by michalc in https://github.com/uktrade/stream-zip/pull/113
* feat: async interface by michalc in https://github.com/uktrade/stream-zip/pull/114
**Full Changelog**: https://github.com/uktrade/stream-zip/compare/v0.0.70...v0.0.71