What's Changed
- Support for °C and °F (including conversions) by @sharkdp in #825
- Simplify units to less complex base/derived units, e.g.
J/ssimplifies toWby @sharkdp in #828 - Better error message for implicit multiplication with parens by @sharkdp in #831
- Expose TypeCheckError as a public type by @eminence in #827
- Fix fuzzer panics in consteval computations by @sharkdp in #832
- Minor docs improvements by @sharkdp in #826
Full Changelog: v1.21.0...v1.23.0