Skip to content

v0.30.0

Compare
Choose a tag to compare
@iliekturtles iliekturtles released this 18 Oct 02:13
· 247 commits to master since this release

This release adds a new quantity, RadiantExposure, implements Unpin for Quantity and upgrades uom to the 2018 edition. These changes also include an increase of the minimum supported rustc to 1.37.0. Many thanks to nicodemus26 and (Michael-F-Bryan)[https://github.com/Michael-F-Bryan] for pull requests included and issues resolved in this release.

Added

  • #202 RadiantExposure quantity added.
  • #204 Implement Unpin for Quantity.

Changed

  • #206 Upgrade uom to compile using the 2018 edition. Generated code still supports both the 2015 and 2018 edition.
  • #207 Increase minimum supported rustc version to 1.37.0. Required to support upgrading to the latest dependencies and to allow for the Kleene ? "at most one" repetition operator.