# 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_time-v4.0.17...merde_time-v8.0.0) - 2024-11-04 ### Other - Introduce Serialize trait - Also run tests on macOS ([#99](https://github.com/bearcove/merde/pull/99)) ## [4.0.17](https://github.com/bearcove/merde/compare/merde_time-v4.0.16...merde_time-v4.0.17) - 2024-10-07 ### Other - updated the following local packages: merde_json ## [4.0.16](https://github.com/bearcove/merde/compare/merde_time-v4.0.15...merde_time-v4.0.16) - 2024-10-06 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.15](https://github.com/bearcove/merde/compare/merde_time-v4.0.14...merde_time-v4.0.15) - 2024-10-06 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.14](https://github.com/bearcove/merde/compare/merde_time-v4.0.13...merde_time-v4.0.14) - 2024-10-04 ### Other - updated the following local packages: merde_json ## [4.0.13](https://github.com/bearcove/merde/compare/merde_time-v4.0.12...merde_time-v4.0.13) - 2024-10-04 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.12](https://github.com/bearcove/merde/compare/merde_time-v4.0.11...merde_time-v4.0.12) - 2024-10-04 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.11](https://github.com/bearcove/merde/compare/merde_time-v4.0.10...merde_time-v4.0.11) - 2024-09-22 ### Other - Remove ValueDeserialize macros - Port more things to deserialize - Fix all tests - add lifetimes to errors aw yiss ## [4.0.10](https://github.com/bearcove/merde/compare/merde_time-v4.0.9...merde_time-v4.0.10) - 2024-09-20 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.9](https://github.com/bearcove/merde/compare/merde_time-v4.0.8...merde_time-v4.0.9) - 2024-09-17 ### Other - updated the following local packages: merde_core ## [4.0.8](https://github.com/bearcove/merde/compare/merde_time-v4.0.7...merde_time-v4.0.8) - 2024-09-17 ### Other - updated the following local packages: merde_core ## [4.0.7](https://github.com/bearcove/merde/compare/merde_time-v4.0.6...merde_time-v4.0.7) - 2024-09-17 ### Other - updated the following local packages: merde_core ## [4.0.6](https://github.com/bearcove/merde/compare/merde_time-v4.0.5...merde_time-v4.0.6) - 2024-09-17 ### Other - Add/fix logo attribution ## [4.0.5](https://github.com/bearcove/merde/compare/merde_time-v4.0.4...merde_time-v4.0.5) - 2024-09-16 ### Other - updated the following local packages: merde_core ## [4.0.4](https://github.com/bearcove/merde/compare/merde_time-v4.0.3...merde_time-v4.0.4) - 2024-09-15 ### Other - updated the following local packages: merde_core, merde_json ## [4.0.3](https://github.com/bearcove/merde/compare/merde_time-v4.0.2...merde_time-v4.0.3) - 2024-09-14 ### Other - Make merde_time flags make sense ## [4.0.2](https://github.com/bearcove/merde/compare/merde_time-v4.0.1...merde_time-v4.0.2) - 2024-09-14 ### Other - updated the following local packages: merde_core ## [4.0.1](https://github.com/bearcove/merde/compare/merde_time-v4.0.0...merde_time-v4.0.1) - 2024-09-14 ### Other - updated the following local packages: merde_core ## [3.0.1](https://github.com/bearcove/merde/compare/merde_time-v3.0.0...merde_time-v3.0.1) - 2024-09-12 ### Other - Re-export OffsetDateTime