# 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]
## [10.0.6](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.5...merde_msgpack-v10.0.6) - 2025-04-25
### Other
- updated the following local packages: merde_core
## [10.0.5](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.4...merde_msgpack-v10.0.5) - 2025-04-16
### Other
- updated the following local packages: merde_core
## [10.0.4](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.3...merde_msgpack-v10.0.4) - 2025-04-16
### Other
- updated the following local packages: merde_core
## [10.0.3](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.2...merde_msgpack-v10.0.3) - 2025-04-16
### Other
- updated the following local packages: merde_core
## [10.0.2](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.1...merde_msgpack-v10.0.2) - 2025-03-06
### Other
- updated the following local packages: merde_core
## [10.0.1](https://github.com/bearcove/merde/compare/merde_msgpack-v10.0.0...merde_msgpack-v10.0.1) - 2025-01-29
### Other
- updated the following local packages: merde_core
## [10.0.0](https://github.com/bearcove/merde/compare/merde_msgpack-v9.0.1...merde_msgpack-v10.0.0) - 2024-12-04
### Other
- [**breaking**] Force a major version bump
## [9.0.1](https://github.com/bearcove/merde/compare/merde_msgpack-v9.0.0...merde_msgpack-v9.0.1) - 2024-12-02
### Other
- updated the following local packages: merde_core
## [9.0.0](https://github.com/bearcove/merde/compare/merde_msgpack-v8.0.2...merde_msgpack-v9.0.0) - 2024-11-30
### Other
- remove async versions of things
- More!
- yay other errors
- Expose an async Deserializer interface
- Make Deserializer::next async
## [8.0.2](https://github.com/bearcove/merde/compare/merde_msgpack-v8.0.1...merde_msgpack-v8.0.2) - 2024-11-24
### Other
- updated the following local packages: merde_core
## [8.0.1](https://github.com/bearcove/merde/compare/merde_msgpack-v8.0.0...merde_msgpack-v8.0.1) - 2024-11-20
### Other
- updated the following local packages: merde_core
## [8.0.0](https://github.com/bearcove/merde/compare/merde_msgpack-v7.1.1...merde_msgpack-v8.0.0) - 2024-11-04
### Other
- Introduce Serialize trait
## [7.1.1](https://github.com/bearcove/merde/compare/merde_msgpack-v7.1.0...merde_msgpack-v7.1.1) - 2024-10-07
### Fixed
- Proper starter handling in merde_msgpack
## [7.1.0](https://github.com/bearcove/merde/releases/tag/merde_msgpack-v7.1.0) - 2024-10-06
### Other
- Add support for msgpack deserialization