Skip to content

v0.7.0

Compare
Choose a tag to compare
@sylvestre sylvestre released this 19 Jan 21:31
· 64 commits to main since this release

What's Changed

  • Don't use Durations for calculating relative times by @ysthakur in #85
  • parse_relative_time: Include 'this' direction by @jetlime in #87
  • clippy: fix warning from needless_return lint by @cakebaker in #95
  • ci: use -Cinstrument-coverage instead of -Zprofile by @cakebaker in #92
  • Add support for military time zones by @jfinkels in #97
  • Parse single digit timezone offsets by @jfinkels in #101
  • readme: bump version to 0.6.0 by @cakebaker in #78
  • Parse calendar dates with slashes, like 2/29/1996 by @jfinkels in #99
  • Overflow surplus days when adding months to a date by @jfinkels in #100

Dependencies

  • fix(deps): update rust crate regex to v1.10.5 by @renovate in #79
  • fix(deps): update rust crate regex to v1.10.6 by @renovate in #81
  • Bump chrono and iana-time-zone; fix use of deprecated function by @cakebaker in #74
  • fix(deps): update rust crate chrono to v0.4.38 by @renovate in #75
  • fix(deps): update rust crate regex to v1.11.0 by @renovate in #89
  • fix(deps): update rust crate regex to v1.11.1 by @renovate in #90
  • fix(deps): update rust crate libfuzzer-sys to v0.4.8 by @renovate in #91
  • chore(deps): update codecov/codecov-action action to v5 by @renovate in #93
  • chore(config): migrate renovate config by @renovate in #94
  • fix(deps): update rust crate chrono to v0.4.39 by @renovate in #96
  • Bump iana-time-zone in fuzz from 0.1.56 to 0.1.61 by @cakebaker in #88

New Contributors

Full Changelog: v0.6.0...v0.7.0