Skip to content

v0.1010.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mumbleskates mumbleskates released this 11 Jul 06:40
· 22 commits to bilrost since this release

v0.1010.0

New features

  • The optimization-controlling crate features have changed. There are now three
    features for each: from lowest to highest priority, "auto-feature",
    "prefer-no-feature", and "feature". This gives downstream crates the ability
    to turn a given optimization either on or off even if a library enables the
    "auto" feature. Only the "prefer-no-*" crate features are new.

Fixes

  • Fixed a crash, wrong results for dates in early year 1900, and tolerance of
    some incorrect inputs in bilrost_types::Timestamp's conversion from strings.