Releases: Blobfolio/later_operator
Releases · Blobfolio/later_operator
v0.5.0
v0.4.2
Changed
- Minor code cleanup and lints
v0.4.1
Changed
- Minor code cleanup and lints
- Update docs
v0.4.0
Changed
Error
is now zst (instead of a single-memberenum
)- Bump MSRV to
1.81
- Miscellaneous code cleanup and lints
v0.3.0
Changed
- Use new std
<[u8]>::trim_ascii
methods - Bump MSRV
1.80
v0.2.0
Changed
- Remove
Borrow<[u8]>
forComparisonOperator
- Miscellaneous doc/script cleanup
v0.1.3
Changed
- Bump
trimothy
to0.2
v0.1.2
This release improves unit test coverage, but has no particular user-facing changes.
v0.1.1
Changed
- Manually implement Deserialize Visitors;