Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps gix from 0.71.0 to 0.72.1.

Release notes

Sourced from gix's releases.

gix v0.72.1

Commit Statistics

  • 1 commit contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Bump all prior pratch levels to majors (5f7f805)

gix v0.72.0

Bug Fixes

  • Adapt to changes in gix-actor Use the committer date and author date that are now backed by bytes and interpret these bytes into a gix_date::Time on demand.

  • correctly handle safe.directory for worktrees

  • safe.directory now applies to configuration as well This means that repo-local configuration that is considered safe, ideally with safe.directory=safe/dir/* notation, will be usable for sensitive operations.

  • make fs::walkdir_sorted_new() sort entries by paths literally This follows up 7b1b5bf864e74706aefeb1213e8bdb0545d5464a. Since packed-refs appears to be sorted by full ref name, loose-refs should also be emitted in that order.

    The comparison function is copied from gix::diff::object::tree::EntryRef. Non-utf8 file names are simply mapped to "" on Windows. We could add some fallback, but callers can't handle such file names anyway.

New Features (BREAKING)

  • use RelativePath for prefixed ref iteration. Its type captures the requirements better.

Commit Statistics

  • 40 commits contributed to the release.
  • 5 commits were understood as conventional.
  • 3 unique issues were worked on: #1788, #1912, #1928

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

... (truncated)

Commits
  • e104545 Release gix-date v0.10.1, gix-utils v0.3.0, gix-actor v0.35.1, gix-validate v...
  • 5f7f805 bump all prior pratch levels to majors
  • cc5b696 Release gix-path v0.10.16, gix-features v0.42.0, gix-hash v0.17.1, gix-object...
  • 614b389 update more changelogs
  • 49fa9f3 Adjusting changelogs prior to release of gix-path v0.10.16, gix-features v0.4...
  • db0b095 Release gix-date v0.10.0, gix-utils v0.2.1, gix-actor v0.35.0, gix-validate v...
  • 0bf84db update changelogs prior to release
  • 3b1bef7 Merge pull request #1935 from pierrechevalier83/fix_1923
  • c3c6504 j fmt
  • 6f009d7 thanks clippy
  • 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 dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 28, 2025
@cruessler
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/gix-0.72.1 branch from 3021984 to 53c8a19 Compare May 6, 2025 12:51
@dependabot dependabot bot force-pushed the dependabot/cargo/gix-0.72.1 branch from 53c8a19 to aa0dec9 Compare May 18, 2025 12:34
@cruessler
Copy link
Collaborator

@dependabot rebase

Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.71.0 to 0.72.1.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.71.0...gix-v0.72.1)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.72.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/gix-0.72.1 branch from aa0dec9 to 419ea23 Compare May 19, 2025 09:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

Superseded by #2648.

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.72.1 branch May 20, 2025 09:21
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.

2 participants