Skip to content

v0.4.29

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 15:41
· 335 commits to main since this release

This release fixes a panic introduced in chrono 0.4.27 in FromStr<DateTime<Utc>> (#1253).

Chrono now has a Discord channel.

Fixes

  • Fix arbitrary string slicing in parse_rfc3339_relaxed (#1254)

Deprecations

  • Deprecate TimeZone::datetime_from_str (#1251)

Documentation

  • Correct documentation for FromStr for Weekday and Month (#1226, thanks @wfraser)

Internal improvements

  • Revert "add test_issue_866" (#1238)
  • CI: run tests on i686 and wasm32-wasi (#1237)
  • CI: Include doctests for code coverage (#1248)
  • Move benchmarks to a separate crate (#1243)
    This allows us to upgrade the criterion dependency to 5.1 without changing our MSRV.
  • Add Discord link to README (#1240, backported in #1256)

Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!