# 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]
## [2.0.9](https://github.com/samp-reston/doip-codec/compare/v2.0.8...v2.0.9) - 2026-02-17
### Other
- update doip-defintions
## [2.0.8](https://github.com/samp-reston/doip-codec/compare/v2.0.7...v2.0.8) - 2025-06-26
### Other
- Update doip-defititions dependency to 3.0.12
- Ensure src.advance does not go out of bounds
- decouple pyo3 bindings from std featur
## [2.0.7](https://github.com/samp-reston/doip-codec/compare/v2.0.6...v2.0.7) - 2025-06-21
### Fixed
- fix decoder slice
## [2.0.6](https://github.com/samp-reston/doip-codec/compare/v2.0.5...v2.0.6) - 2025-05-28
### Other
- complete embedded and non embedded implementation
- begin rework with better module declarations
## [2.0.5](https://github.com/samp-reston/doip-codec/compare/v2.0.4...v2.0.5) - 2025-03-05
### Fixed
- repair broken encoder impl
## [2.0.4](https://github.com/samp-reston/doip-codec/compare/v2.0.3...v2.0.4) - 2025-03-05
### Other
- add tokio support for std envs
- add encode and decode impl for tokio
## [2.0.3](https://github.com/samp-reston/doip-codec/compare/v2.0.2...v2.0.3) - 2025-03-05
### Other
- unused var
- prepare for python bindings
- add lib and remove panic
- remove example usage
- complete transition to new implementation
- apply auto clippy features
- handle error states
- apply clippy
- complete implementation
- add gitlab ci and begin encoder
- add Docs for decoder
- reset based on new definitions api
- begin codec rework
## [2.0.2](https://github.com/samp-reston/doip-codec/compare/v2.0.1...v2.0.2) - 2025-01-03
### Other
- add release plz workflow
- set no run on doc test
- update readme