Skip to content

Conversation

oxide-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
jiff workspace.dependencies patch 0.2.13 -> 0.2.14

Release Notes

BurntSushi/jiff (jiff)

v0.2.14

Compare Source

===================
This release includes a smattering of bug fixes, and hopefully a small
improvement to the time it takes to compile Jiff. Also, in this release, when
TZ is set to a non-empty but invalid value, Jiff will always fall back to
Etc/Unknown when using TimeZone::system(). This differs from previous
behavior where Jiff would, in this case, attempt to read the system's default
time zone. This change brings Jiff into consistency with existing Unix tooling
like date, and is also arguably a better failure mode. That is, when TZ is
set but invalid, we shouldn't silently fall back to the default system time
zone, but instead do something that indicates something has potentially gone
wrong.

Enhancements:

  • #​364:
    Jiff now falls back to Etc/Unknown for invalid TZ values.
  • #​379:
    Improve compilation times.

Bug fixes:

  • #​365:
    Fixes a compile error in Jiff when only the tzdb-concatenated feature was
    enabled.
  • #​366:
    Fixes slow initial Zoned::now() in environments where /usr/share/zoneinfo
    is on a very slow file system (like CI environments).
  • #​376:
    Avoids searching for a tzdb at /usr/share/zoneinfo on Windows.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label May 31, 2025
@sunshowers sunshowers enabled auto-merge (squash) June 10, 2025 05:30
@sunshowers sunshowers merged commit b4c05e8 into main Jun 10, 2025
18 checks passed
@sunshowers sunshowers deleted the renovate/jiff-0.x branch June 10, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant