Skip to content

v0.1010.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mumbleskates mumbleskates released this 23 Oct 03:21
· 388 commits to bilrost since this release

v0.1010.1

Cleanups

  • bilrost-types: parsing fractional seconds with more than 9 digits now
    simply truncates instead of erring.
  • bilrost-types: parsing timestamps with "unknown local offset" timezones
    ("-00:00") is now tolerated, since the timezone information is discarded
    anyway.
  • bilrost-types: improved fuzzing binaries for datetime parsing.