0.6.1 -- 2025-12-09
- Update
pasteyto 0.2.0.
0.6.0 -- 2025-09-01
- Use
pasteyinstead ofpastewhich is no longer maintained. This also requires upgrading the MSRV to 1.54.
0.5.0 -- 2022-08-15
- Fix
preludenot exportingOptionEq.
0.4.1 -- 2022-06-29
- Fix repository link in
Cargo.toml. - Specify Minimum Supported Rust Version.
- Error: fix a typo in Display impl.
- Add
forbid(unsafe_code)constraint.
0.4.0 -- 2021-10-24
- Fix auto implementations for OptionOp and OptionOpAssign. In previous version all the implementations required that Op & OpAssign be implemented, which was not consistent with documentation and other Option* traits. Now, the user can implement OptionOp and OptionOpAssign on the inner type and automatically benefit from the implementations on the other variations.
- Factorize code in macros.
0.3.0 -- 2021-10-18
- Breaking: don't export internal macros.
0.2.0 -- 2021-10-15
- #[must_use] attributes where applicable.
- Documentation for the associated types.
0.1.0 -- 2021-10-07
- First version with the most common operations.