Skip to content

build(deps): bump gix from 0.57.1 to 0.61.0#50

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/gix-0.61.0
Closed

build(deps): bump gix from 0.57.1 to 0.61.0#50
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/gix-0.61.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps gix from 0.57.1 to 0.61.0.

Release notes

Sourced from gix's releases.

gix v0.61.0

Documentation

  • fix typo

New Features (BREAKING)

  • provide Repository::dirwalk_iter(). That way, more copying happens but the usability increases tremendously as well. It's breaking as public types moved from repository::dirwalk to dirwalk, dissolving repository::dirwalk entirely.

Commit Statistics

  • 7 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelog prior to release (129ba3d)
    • Merge branch 'improvements-for-cargo' (41cd53e)
    • Provide Repository::dirwalk_iter(). (ba3f2db)
    • Adapt to changes in gix-dir (b90ab3d)
    • Merge pull request #1318 from wtlin1228/main (4ccf39b)
    • Refine typo-fix (c18734b)
    • Fix typo (e51b6b6)

gix v0.60.0

New Features

  • add gix status --index-worktree-renames This enables rename-tracking between worktree and index, something that Git also doesn't do or doesn't do by default. It is, however, available in git2.
  • describing commits can now be done with conditional dirty-suffix using commit::describe::Resolution::format_with_dirty_suffix()
  • add Repository::is_dirty() The simplest way to learn if the repository is dirty or not.
  • Add Submodule::status() method. That way it's possible to obtain submodule status information, with enough information to implement git status-like commands.
  • add Status iterator. We also move the IndexPersistedOrInMemory type to the worktree module

... (truncated)

Commits
  • 155cc45 Release gix-actor v0.31.1, gix-object v0.42.1, gix-index v0.31.1, gix-pathspe...
  • 129ba3d prepare changelog prior to release
  • 41cd53e Merge branch 'improvements-for-cargo'
  • ab21083 fix: allow parsing of commits with broken timestamp (#1322).
  • 741e373 fix: allow parsing signatures with trailing numbers in offset (#1322)
  • eff82eb adapt to changes in gix
  • ba3f2db feat!: provide Repository::dirwalk_iter().
  • e48ba08 adapt to changes in gix-dir
  • 35b74e7 feat!: allow directory walk to be interrupted with should_interrupt flag.
  • e7e91cf fix: allow traversals to start from a symlink that points to a directory
  • 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)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.57.1 to 0.61.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.57.1...gix-v0.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2024

Superseded by #52.

@dependabot dependabot bot closed this Mar 22, 2024
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.61.0 branch March 22, 2024 16:45
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.

0 participants