# Changelog
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2026-06-08
### Added
- Initial release.
- `mix llms.txt` task that fetches the HTML hexdocs for every Hex dependency at
its locked version, converts each page to Markdown with
[`htmd`](https://hex.pm/packages/htmd), and writes one `llms.txt` per package
to `priv/llms/<package>/<version>/llms.txt`.
- `--output` option to write to a custom directory and `--no-fetch` to re-convert
already-fetched docs without hitting `hex.docs`.
- Automatic pruning of stale output (outdated versions and removed dependencies)
so the output directory mirrors the current lock file.
[0.1.0]: https://github.com/fuww/llms_txt/releases/tag/v0.1.0