v0.22.0
This release adds the Momentum
quantity and additional liter
-based volume
units.
Added
Changed
- Continuous integration setup updated and improved.
- Rust 1.33.0 is now used for
rustfmt
,clippy
, andtarpaulin
jobs. - The deny warnings job is joined into the
clippy
job. - The stable + tests job has been updated to catch errors with non-default underlying storage types in SI quantity tests.
- Rust 1.33.0 is now used for
Fixed
- #119 Macros corrected to generate valid code for both 2015 and 2018 editions. Previously the doc test on the
$quantities!
macro would fail in a Rust 2018 crate. A new test crate,edition_check
, was added to ensureuom
remains usable in Rust 2018 code.