Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gix from 0.58.0 to 0.61.0 #1198

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Bump gix from 0.58.0 to 0.61.0 #1198

merged 1 commit into from
Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps gix from 0.58.0 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.58.0 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.58.0...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 requested a review from maciektr as a code owner March 18, 2024 10:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 18, 2024
@maciektr maciektr added this pull request to the merge queue Mar 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 18, 2024
@maciektr maciektr added this pull request to the merge queue Mar 18, 2024
Merged via the queue into main with commit 08ead55 Mar 18, 2024
21 checks passed
@maciektr maciektr deleted the dependabot/cargo/gix-0.61.0 branch March 18, 2024 15:48
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.

1 participant