# 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.8](https://github.com/devicelink/adb-client-tokio/compare/v0.0.7...v0.0.8) - 2024-11-18 ### Fixed - remove futures-util ## [0.0.7](https://github.com/devicelink/adb-client-tokio/compare/v0.0.6...v0.0.7) - 2024-11-18 ### Other - support localabstract ## [0.0.6](https://github.com/devicelink/adb-client-tokio/compare/v0.0.5...v0.0.6) - 2024-07-05 ### Added - allow clients to connect to a tcp, unix or jwdp enpoint on the device ### Fixed - make sure to read enough bytes when reading a response with payload ## [0.0.5](https://github.com/devicelink/adb-client-tokio/compare/v0.0.4...v0.0.5) - 2024-06-13 ### Other - use default reslease plz config - adding create release pr manual workflow