Skip to content

v0.4.25

Compare
Choose a tag to compare
@djc djc released this 29 May 09:25
· 594 commits to main since this release

Time for another maintenance release. This release bumps the MSRV to 1.56; given MSRV bumps in chrono's dependencies (notably for syn 2), we felt that it no longer made sense to support any older versions. Feedback welcome in our issue tracker!

Additions

Fixes

  • Prevent string slicing inside char boundaries (#1024, thanks to @pitdicker)
  • fix IsoWeek so that its flags are always correct (#991, thanks to @moshevds)
  • Fix out-of-range panic in NaiveWeek::last_day (#1070, thanks to @pitdicker)
  • Use correct offset in conversion from Local to FixedOffset (#1041, thanks to @pitdicker)
  • Fix military timezones in RFC 2822 parsing (#1013, thanks to @pitdicker)
  • Guard against overflow in NaiveDate::with_*0 methods (#1023, thanks to @pitdicker)
  • Fix panic in from_num_days_from_ce_opt (#1052, thanks to @pitdicker)

Refactoring

Documentation

Internal improvements

On behalf of @djc and @esheppa, thanks to all contributors!