Skip to content

v0.35.0

Compare
Choose a tag to compare
@iliekturtles iliekturtles released this 10 Jul 15:46
· 55 commits to master since this release

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 and cubic_meter_per_hour units to VolumeRate.
  • #409 Add AngularAbsement quantity.
  • #410 Add MassPerEnergy quantity.
  • #417 [Breaking] Correct ThermalConductance meter_per units to be meter_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.