Skip to content

Releases: uutils/parse_datetime

v0.9.0

25 Apr 07:59
b9630d4
Compare
Choose a tag to compare

What's Changed

Dependencies

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

17 Feb 10:28
Compare
Choose a tag to compare

What's Changed

  • Parse datetimes with single digit timezone offset by @jfinkels in #102
  • Parse datetime with T separator and single digit offset by @jfinkels in #103
  • Make tests of adding months more resilient by @jfinkels in #112
  • Explicitly set timezone UTC0 in a unit test by @jfinkels in #113
  • Allow empty string in parse_relative_time_at_date by @jfinkels in #114
  • Greedy parsing of datetime before time delta by @jfinkels in #115
  • Add a lot more unit tests by @jfinkels in #118
  • Remove more useless calls to add zero months to date by @jfinkels in #116
  • Add time to parsed date after parsing not before by @jfinkels in #117
  • Parse reference datetime and timedelta from the same string by @jfinkels in #110
  • Prepare the new relase + clippy by @sylvestre in #119

Dependencies

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Jan 21:31
Compare
Choose a tag to compare

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

v0.6.0

20 May 16:55
a05bd1d
Compare
Choose a tag to compare

What's Changed

Dependencies

CI

  • Revert "Update codecov/codecov-action action to v4" by @cakebaker in #49
  • ci: use dtolnay/rust-toolchain instead of action_rs/toolchain by @cakebaker in #59
  • ci: remove actions-rs/cargo & use cargo directly by @cakebaker in #60
  • chore(deps): update codecov/codecov-action action to v4 by @renovate in #62
  • ci: use codecov token by @cakebaker in #64
  • ci: use clippy --all-targets by @cakebaker in #73

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Sep 21:09
02e5c22
Compare
Choose a tag to compare

What's Changed

dep updates

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

02 Sep 16:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Jun 09:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1