# 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.2.1` (2024-03-04) [CURRENT] ### Added - Add dev-dependency `tokio-test` to run async code in Rustdocs - Add `rustfmt.toml` for consistent formatting - Implement `From` for `Extension` ### Changed - Improve documentation ### Fixed - Fix spacing issue in `types/mod.rs` ## `0.2.0` (2024-02-29) ## Changed - [BREAKING] Fixed dependency issue with `tokio::test` ## `0.1.0` (2024-02-29) ### Added - Add initial public API.