# Changelog ## [0.4.1](https://github.com/Blobfolio/later_operator/releases/tag/v0.4.1) - 2024-11-04 ### Changed * Minor code cleanup and lints * Update docs ## [0.4.0](https://github.com/Blobfolio/later_operator/releases/tag/v0.4.0) - 2024-09-05 ### Changed * `Error` is now zst * Bump MSRV to `1.81` * Miscellaneous code cleanup and lints ## [0.3.0](https://github.com/Blobfolio/later_operator/releases/tag/v0.3.0) - 2024-07-28 ### Changed * Use new std `<[u8]>::trim_ascii` methods * Bump MSRV `1.80` ## [0.2.0](https://github.com/Blobfolio/later_operator/releases/tag/v0.2.0) - 2024-02-08 ### Changed * Remove `Borrow<[u8]>` for `ComparisonOperator` * Miscellaneous doc/script cleanup ## [0.1.3](https://github.com/Blobfolio/later_operator/releases/tag/v0.1.3) - 2023-10-05 ### Changed * Bump `trimothy` to `0.2` ## [0.1.2](https://github.com/Blobfolio/later_operator/releases/tag/v0.1.2) - 2023-06-01 This release improves unit test coverage, but has no particular user-facing changes. ## [0.1.1](https://github.com/Blobfolio/later_operator/releases/tag/v0.1.1) - 2023-03-09 ### Changed * Manually implement Deserialize Visitors; ## [0.1.0](https://github.com/Blobfolio/later_operator/releases/tag/v0.1.0) - 2023-02-09 Initial release!