# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.0.17](https://github.com/joshka/webfinger-rs/compare/webfinger-cli-v0.0.16...webfinger-cli-v0.0.17) - 2025-06-20
### Other
- move deps to workspace manifest and fix versions
- improve install instructions
## [0.0.16](https://github.com/joshka/webfinger-rs/compare/webfinger-cli-v0.0.15...webfinger-cli-v0.0.16) - 2025-06-09
### Other
- fix README and document link in cargo.toml
## [0.0.15](https://github.com/joshka/webfinger-rs/compare/webfinger-cli-v0.0.14...webfinger-cli-v0.0.15) - 2025-06-09
### Other
- add README for cli with demo gif
- cleanup dependencies ([#62](https://github.com/joshka/webfinger-rs/pull/62))
## [0.0.14](https://github.com/joshka/webfinger-rs/compare/webfinger-cli-v0.0.13...webfinger-cli-v0.0.14) - 2025-05-01
### Other
- bump edition to 2024 and MSRV to 1.85 ([#59](https://github.com/joshka/webfinger-rs/pull/59))
- add rustfmt and reformat code
- release v0.0.13 ([#57](https://github.com/joshka/webfinger-rs/pull/57))
## [0.0.13](https://github.com/joshka/webfinger-rs/compare/webfinger-cli-v0.0.12...webfinger-cli-v0.0.13) - 2025-04-29
### Other
- update Cargo.lock dependencies