# 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] ## [8.0.0](https://github.com/bearcove/merde/compare/merde_yaml-v7.1.1...merde_yaml-v8.0.0) - 2024-11-04 ### Other - Introduce Serialize trait ## [7.1.1](https://github.com/bearcove/merde/compare/merde_yaml-v7.1.0...merde_yaml-v7.1.1) - 2024-10-06 ### Other - Add support for msgpack deserialization ## [7.1.0](https://github.com/bearcove/merde/compare/merde_yaml-v7.0.2...merde_yaml-v7.1.0) - 2024-10-06 ### Added - Remove debug prints, provide yaml::from_str/owned ## [7.0.2](https://github.com/bearcove/merde/compare/merde_yaml-v7.0.1...merde_yaml-v7.0.2) - 2024-10-04 ### Other - updated the following local packages: merde_core ## [7.0.1](https://github.com/bearcove/merde/compare/merde_yaml-v7.0.0...merde_yaml-v7.0.1) - 2024-10-04 ### Other - updated the following local packages: merde_core ## [7.0.0](https://github.com/bearcove/merde/compare/merde_yaml-v6.0.0...merde_yaml-v7.0.0) - 2024-10-01 ### Other - respect StreamEnd