chore(deps): update rust crate parse_datetime to 0.15.0#586
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update rust crate parse_datetime to 0.15.0#586renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/parse_datetime-0.x
branch
from
July 21, 2026 02:04
872d806 to
0f22a7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11.0→0.15.0Release Notes
uutils/parse_datetime (parse_datetime)
v0.15.0Compare Source
parse_datetime v0.15.0 rolls up a round of dependency updates (jiff, winnow, codspeed, anyhow, defmt) and a new security-audit workflow, alongside GNU-date compatibility fixes: bare "ut"/"UT" now parse as UTC, HH:MM am/pm times work in combined date-time strings, negative unix timestamps use correct floor semantics, and fixed offsets are applied before relative adjustments
parse_datetime v0.15.0
What's Changed
Fixes
CI / Infrastructure
Dependency updates
anyhowfrom1.0.102to1.0.103by @cakebaker in #309defmtfrom1.1.0to1.1.1by @cakebaker in #310New Contributors
Full Changelog: uutils/parse_datetime@0.15.0...v0.15.0
v0.14.0Compare Source
What's Changed
New Contributors
Full Changelog: uutils/parse_datetime@v0.13.3...v0.14.0
v0.13.3Compare Source
This is a minor bugfix release. It fixes parsing of decimal offsets with spaces:
now + 25.0 secondsis now recognized (previously onlynow + 25 secondsandnow+25.0 secondswere accepted).Thanks to @3v1n0 for the fix!
What's Changed
Dependencies
New Contributors
Full Changelog: uutils/parse_datetime@v0.13.2...v0.13.3
v0.13.2Compare Source
This is a minor release that adds support for dates using the formats
Nov-14-2024andNovember-14-2024. They complement the already supported formatsNov 14 2024andNovember 14 2024.What's Changed
Nov-14-2024andNovember-14-2024by @cakebaker in #241Dependencies
Full Changelog: uutils/parse_datetime@v0.13.1...v0.13.2
v0.13.1Compare 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
regexdependency 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.0Compare 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
TZ="timezone"date spec by @yuankunzhang in #232Dependencies
Full Changelog: uutils/parse_datetime@v0.12.0...v0.13.0
v0.12.0Compare 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_datenow requires ajiff::Zonedstruct as an argument.A big thank you to @yuankunzhang for all their work for this release!
What's Changed
Timetojiff::civil::Timeby @yuankunzhang in #209(i64, u32)for fractional seconds in relative time parsing by @yuankunzhang in #210Offsettojifff::tz::Offsetby @yuankunzhang in #211Daytojiff::civil::Weekdayby @yuankunzhang in #212checked_mul()to avoid overflow panic by @yuankunzhang in #217checked_mul()to avoid overflow with "week" by @cakebaker in #219Dependencies
New Contributors
Full Changelog: uutils/parse_datetime@v0.11.0...v0.12.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.