v0.15.0
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
- fix(offset): accept "ut" / "UT" as a bare UTC timezone abbreviation by @0xSoftBoi in #287
- fix: support HH:MM am/pm time formats in combined date-time parsing by @0xSoftBoi in #284
- fix: add unix_epoch_second() with floor semantics for negative timestamps by @0xSoftBoi in #285
- builder: apply fixed offset before relative adjustments by @sylvestre in #299
CI / Infrastructure
- actions: add security audit workflow by @xtqqczze in #289
- chore(deps): update codecov/codecov-action action to v7 by @renovate[bot] in #301
- chore(deps): update actions/checkout action to v7 by @renovate[bot] in #302
Dependency updates
- chore(deps): update rust crate codspeed-criterion-compat to v4.5.0 by @renovate[bot] in #290
- chore(deps): update rust crate winnow to v1.0.2 by @renovate[bot] in #291
- chore(deps): update rust crate jiff to v0.2.24 by @renovate[bot] in #292
- chore(deps): update rust crate winnow to v1.0.3 by @renovate[bot] in #294
- chore(deps): update rust crate codspeed-criterion-compat to v4.6.0 by @renovate[bot] in #293
- chore(deps): update rust crate codspeed-criterion-compat to v4.7.0 by @renovate[bot] in #295
- chore(deps): update rust crate jiff to v0.2.25 by @renovate[bot] in #296
- chore(deps): update rust crate jiff to v0.2.27 by @renovate[bot] in #297
- chore(deps): update rust crate jiff to v0.2.28 by @renovate[bot] in #298
- chore(deps): update rust crate libfuzzer-sys to v0.4.13 by @renovate[bot] in #300
- chore(deps): update rust crate jiff to v0.2.29 by @renovate[bot] in #303
- chore(deps): update rust crate codspeed-criterion-compat to v5 by @renovate[bot] in #305
- chore(deps): update rust crate codspeed-criterion-compat to v5.0.1 by @renovate[bot] in #306
- chore(deps): update rust crate jiff to v0.2.31 by @renovate[bot] in #307
- chore(deps): update rust crates by @xtqqczze in #288
- Bump
anyhowfrom1.0.102to1.0.103by @cakebaker in #309 - Bump
defmtfrom1.1.0to1.1.1by @cakebaker in #310
New Contributors
- @xtqqczze made their first contribution in #289
- @0xSoftBoi made their first contribution in #287
Full Changelog: 0.15.0...v0.15.0