Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps jiff from 0.1.16 to 0.1.18.

Changelog

Sourced from jiff's changelog.

0.1.18 (2024-12-31)

This release includes a few minor enhancements. Namely, the ability to iterate over time zone transitions (in the future or the past), and some improvements to failure modes when Timestamp and Span arithmetic fails.

Enhancements:

  • #144 Add APIs for iterating over the transitions of a time zone.
  • #145 Improve docs and error messages around fallible Timestamp arithmetic.

0.1.17 (2024-12-31)

This release enhances Jiff's support for no_std environments by making its alloc feature optional. When alloc is disabled, only fixed offset time zones are supported and error messages are significantly degraded. If you have core-only use cases for Jiff, I'd love to hear about them on the issue tracker.

Enhancements:

  • #162: Support platforms that do not have atomics in std.
  • #168: Jiff now supports disabling the alloc feature, which enables core-only mode.
  • #169: Add TimeZone::to_fixed_offset for accessing an invariant offset if possible.
Commits
  • 3b859f1 0.1.18
  • 758106b changelog: 0.1.18
  • c7d5e61 tz: add TimeZone::preceding and TimeZone::following
  • 3b930e4 util: centralize definition of time zone abbreviation
  • 000c183 changelog: start the 0.1.18 release notes
  • 7a41bf3 error: make Debug match Display
  • 1834cb5 timestamp: improve docs surrounding arithmetic panics
  • 6d37043 changelog: fix typo
  • 60ad10f 0.1.17
  • 2e92124 changelog: 0.1.17
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2025
@dependabot dependabot bot requested a review from ryanfowler January 1, 2025 14:56
@ryanfowler ryanfowler enabled auto-merge January 1, 2025 21:19
Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.16 to 0.1.18.
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.16...0.1.18)

---
updated-dependencies:
- dependency-name: jiff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/jiff-0.1.18 branch from 5ddb5f8 to 3e963f3 Compare January 1, 2025 21:20
@ryanfowler ryanfowler merged commit d834eb5 into main Jan 1, 2025
1 check passed
@ryanfowler ryanfowler deleted the dependabot/cargo/jiff-0.1.18 branch January 1, 2025 21:22
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.

2 participants