Skip to content

chore(deps): Bump gix-date from 0.10.7 to 0.12.0#61

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gix-date-0.12.0
Open

chore(deps): Bump gix-date from 0.10.7 to 0.12.0#61
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gix-date-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown

Bumps gix-date from 0.10.7 to 0.12.0.

Release notes

Sourced from gix-date's releases.

gix-date v0.12.0

Bug Fixes (BREAKING)

  • prevent non-UTF8 bytes in TimeBuf It's a breaking change as the std::io::Write implementation was removed from TimeBuf, which is only usable in Time::to_str() now.

Commit Statistics

  • 4 commits contributed to the release over the course of 9 calendar days.
  • 9 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #2305

Commit Details

  • #2305
    • Prevent non-UTF8 bytes in TimeBuf (f9051e7)
  • Uncategorized
    • Merge pull request #2306 from GitoxideLabs/copilot/fix-issue-2305-test-example (76376ef)
    • Refactor (ef32312)
    • Merge pull request #2299 from GitoxideLabs/report (d6c5b9d)

gix-date v0.11.1

New Features

  • Add comprehensive data parsing support Now it should be mostly en-par with Git.

Commit Statistics

  • 3 commits contributed to the release.
  • 29 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2272 from GitoxideLabs/copilot/add-gix-date-baseline-tests (3cf78c3)
    • Refactor (fad8219)

... (truncated)

Changelog

Sourced from gix-date's changelog.

0.12.0 (2022-04-05)

New Features

  • Add gix repo commit describe It supports typical but basic flags mostly similar to the ones in git.

Commit Statistics

  • 5 commits contributed to the release over the course of 1 calendar day.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #298

Commit Details

  • #298
    • Use all tags by default, instead of requiring annotated tags (00c42ca)
    • Support for the --max-candidates flag (b9e6754)
    • Reduce amount of max candidates, add --debug flag (c8c13e3)
    • Add gix repo commit describe (7e99e6a)
    • A first sketch of the gix repo describe plumbing command (2d6ccef)

0.11.0 (2022-04-03)

Adapt to changes in gix-features which change Send + Sync to Send + Clone. This happens to allow non-sync implementations (i.e. thread-local), along with Sync ones which usually are Clone too as they are passed by immutable reference (which is Clone + Copy).

Refactor (BREAKING)

  • Remove light* features, add 'lean-async' in its place; remove termion support

Changed (BREAKING)

  • remove Option<impl Progress> in favor of impl Progress
  • remove unnecessary Arc around should_interrupt flag
  • remove Sha1 mentions in index::verify::Mode::* variants The hash is repository defined and not hard-coded
  • Remove lean plumbing CLI

Bug Fixes

... (truncated)

Commits
  • 115e208 Release gix-date v0.12.0, gix-actor v0.37.0, gix-features v0.45.1, gix-hash v...
  • f7c2248 Bump the main crate to the next minor level
  • 9b721c3 Add end of 2025 report
  • 30d8d5c Merge pull request #2314 from GitoxideLabs/copilot/fix-shallow-cloning-issue
  • 3529428 refactor
  • 0b29bd3 Merge pull request #2312 from GitoxideLabs/copilot/adapt-script-for-gix-test-...
  • 2ffee22 fix: obtain correct worktree directories for submodule status when behind sym...
  • f087953 Fix shallow clone to respect remote HEAD instead of local defaults
  • ab67301 refactor
  • 33ff24b fix: handle read_link errors instead of panicking
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 5, 2026
Bumps [gix-date](https://github.com/GitoxideLabs/gitoxide) from 0.10.7 to 0.12.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-date-v0.10.7...gix-date-v0.12.0)

---
updated-dependencies:
- dependency-name: gix-date
  dependency-version: 0.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/gix-date-0.12.0 branch from 4b5f710 to d5d8ee1 Compare January 23, 2026 19:26
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants