Skip to content

Releases: linebender/svgtypes

v0.15.3

20 Jan 08:11
537dd52
Compare
Choose a tag to compare

Crates.io | Docs

This release has an MSRV of 1.65.

This is the first release under the stewardship of Linebender, who is now responsible for maintenance of this crate.
Many thanks to Yevhenii Reizner for the years of hard work that he has poured into this and other crates.

Added

  • Support floating point hue in hsl() and hsla(). (#31 by @erxclau)

Fixed

Changed

  • Set the MSRV in Cargo.toml and updated the edition to 2021. (#40 by @tomcur)
  • Simplify color component rounding and bounds checking. (#43 , #44 by @tomcur)

New Contributors

Full Changelog: v0.15.2...v0.15.3