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

build(deps): bump gix from 0.51.0 to 0.52.0 #365

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps gix from 0.51.0 to 0.52.0.

Release notes

Sourced from gix's releases.

gix v0.52.0

New Features

  • add Worktree::pathspec() to easily get worktree-scoped pathspec searches.
  • add Submodule type to represent a declared submodule.
  • pathspec_search([specs]) to instantiate a search using pathspecs. It can be used to for filtering input paths. This type also makes filtering index entries easy.
  • make gix-pathspec crate available
  • add Commit::signature() to yield the PGP sigature of a commit, if present.

Bug Fixes

  • fix incorrect s/git-config/gix-config/ 3a861c8f049f6502d3bcbdac752659aa1aeda46a just blindly replaced any occurence of "git-config" or "git_config" with "gix-config"/"gix_config".

    There is no such thing as a gix-config file. gix-config is a git-config file parser.

New Features (BREAKING)

  • Repository::prefix() turns Option<Result into Result<Option. This makes it easier for the caller as they won't have to call transpose anymore.

  • improve interrupt::init_handler() to be usable from multiple threads Previously it was geared towards applications which would initialize handlers only from the main thread.

    Now the API supports multiple threads.

Bug Fixes (BREAKING)

  • Repository::prefix() is now side-effect free and won't error if CWD is outside of working tree dir. This makes it more usable, especially in contexts where many repositories are held, possibly with changing current working dirs.

Commit Statistics

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

Commit Details

  • Uncategorized

... (truncated)

Commits
  • 6c62e74 Release gix-url v0.22.0, gix-credentials v0.18.0, gix-diff v0.34.0, gix-disco...
  • d3746df make gix-url publishable by adding baseline test
  • 30b2761 Release gix-date v0.7.3, gix-hash v0.12.0, gix-features v0.33.0, gix-actor v0...
  • 6672d8e prepare more changelogs
  • e80ed04 remove version specifications from dev dependencies
  • f23ea88 update changelogs prior to release
  • fc0529e feat: checkout() now creates empty directories for submodules.
  • 73c685a more cleanup of test crates
  • e0c64fd cleanup gix-ref-tests
  • 01c6ef6 chore: reorganize tests to get rid of feature toggles that are for internal t...
  • 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.51.0 to 0.52.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.51.0...gix-v0.52.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2023

Looks like gix is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.52.0 branch September 3, 2023 22:20
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