Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

This PR contains the following updates:

Package Type Update Change
parse_datetime workspace.dependencies minor 0.11.0 -> 0.13.0

Release Notes

uutils/parse_datetime (parse_datetime)

v0.13.3

Compare Source

This is a minor bugfix release. It fixes parsing of decimal offsets with spaces: now + 25.0 seconds is now recognized (previously only now + 25 seconds and now+25.0 seconds were accepted).

Thanks to @​3v1n0 for the fix!

What's Changed

  • relative: Support parsing floating relative values with spaces by @​3v1n0 in #​246

Dependencies

New Contributors

Full Changelog: uutils/parse_datetime@v0.13.2...v0.13.3

v0.13.2

Compare Source

This is a minor release that adds support for dates using the formats Nov-14-2024 and November-14-2024. They complement the already supported formats Nov 14 2024 and November 14 2024.

What's Changed

Dependencies

Full Changelog: uutils/parse_datetime@v0.13.1...v0.13.2

v0.13.1

Compare Source

This is a small bug fix release: a string like "1234.123456789 seconds ago" caused an invalid date error (see uutils/coreutils#8754). In addition, the unused regex dependency has been removed.

Thanks to @​yuankunzhang and @​stillbeingnick for their PRs!

What's Changed

New Contributors

Full Changelog: uutils/parse_datetime@v0.13.0...v0.13.1

v0.13.0

Compare Source

This is a small release to add a single feature: support for TZ="timezone" at the beginning of an input string.

Thanks to @​yuankunzhang for implementing it.

What's Changed

Dependencies

Full Changelog: uutils/parse_datetime@v0.12.0...v0.13.0

v0.12.0

Compare Source

Breaking change: we have migrated from chrono to jiff. Our parse functions now return a jiff::Zoned struct upon success. Additionally, parse_datetime_at_date now requires a jiff::Zoned struct as an argument.

A big thank you to @​yuankunzhang for all their work for this release!

What's Changed

Dependencies

New Contributors

Full Changelog: uutils/parse_datetime@v0.11.0...v0.12.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch 2 times, most recently from a3769a3 to 050167a Compare September 26, 2025 14:31
@renovate renovate bot changed the title chore(deps): update rust crate parse_datetime to 0.12.0 chore(deps): update rust crate parse_datetime to 0.13.0 Sep 26, 2025
@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from 050167a to 6c80332 Compare October 4, 2025 16:42
@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from 6c80332 to da62294 Compare November 9, 2025 18:15
@renovate renovate bot force-pushed the renovate/parse_datetime-0.x branch from da62294 to 231e8c7 Compare November 21, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant