v0.35.0
This release adds new quantities, bumps the MSRV (minimum supported Rust version) to 1.60.0, and
fixes bitrot in Github actions.
Many thanks to calbaker, groscoe2, professoralex13, robinohs, and Uzaaft for pull requests included and issues resolved in this release.
Added
- #406 Add
cubic_meter_per_minute
andcubic_meter_per_hour
units toVolumeRate
. - #409 Add
AngularAbsement
quantity. - #410 Add
MassPerEnergy
quantity. - #417 [Breaking] Correct
ThermalConductance
meter_per
units to bemeter_squared_per
. Descriptions and abbreviations were already correct. - #419 Add
PowerRate
quantity. - #420 Add
InverseVelocity
quantity.
Changed
- #314 Update Github actions to use
dtolnay/rust-toolchain
.actions-rs
is no longer maintained. - #387 Increase MSRV (minimum supported Rust version) to
1.60.0
. No changes in this release require the new MSRV.
Fixed
- Fix unnecessary qualifications warnings in quantity tests.