# Changelog
All notable changes to this project will be documented in this file.
This project aims to follow semantic versioning once it reaches a stable 1.x series.
## [0.1.0] - 2025-12-03
### Added
- Initial library crate layout and tooling.
- Generic `Client` type parameterized by a backend implementation.
- `MockBackend` for tests and offline usage, exposed as `MockClient`.
- `HyperBackend` built on hyper and Tokio, exposed as `HyperClient`.
- Basic `Request` and `Response` types.
- Unified error type and simple client configuration structure.
- First unit test and crate-level documentation.