chore(deps): update rust crate parse_datetime to 0.13.0#399
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update rust crate parse_datetime to 0.13.0#399renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
a3769a3 to
050167a
Compare
050167a to
6c80332
Compare
6c80332 to
da62294
Compare
da62294 to
231e8c7
Compare
231e8c7 to
b7d0e66
Compare
b7d0e66 to
f74a3de
Compare
f74a3de to
0e0eafb
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.13.0Release Notes
uutils/parse_datetime (parse_datetime)
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: 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.
This PR was generated by Mend Renovate. View the repository job log.