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

Update gix requirement from 0.44.1 to 0.45.1 #215

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2023

Updates the requirements on gix to permit the latest version.

Release notes

Sourced from gix's releases.

gix v0.45.1

Bug Fixes

  • gix::env::fetch::collate::Error now considers negotiation errors a sign of corrupt git repos. Indeed, all of these negotiation errors are due to failures reading references or objects that ought to be there.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge branch 'adjustments-for-cargo' (04f011c)
    • gix::env::fetch::collate::Error now considers negotiation errors a sign of corrupt git repos. (9010f58)
Changelog

Sourced from gix's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.26.0 (2023-06-07)

The main attraction of this release is support for multi-round negotiations thanks to support for the standard negotiations algorithms. Further, gix index entries now lists attributes as well, and there is the new gix attribute query sub-command in the vain of git check-attrs.

New Features

  • gix attributes validate to validate attributes and ignore against git as baseline. Use this command to test the entire index for ignored paths and their attributes and use git check-attr and git check-ignore to validate that git agrees. Collect all mismatches and print them.
  • --statistics for gix excludes query With it one gets some insights into the work done to fulfil the query.
  • gix attribute query as something similar to git check-attrs.
  • no-repo index from-list to create an index with empty files from the given list. The list could be created with find . -type f for example.
  • add pro-forma library to allow feature documentation of gitoxide on docs.rs

Commit Statistics

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

Commit Details

  • Uncategorized
    • just fmt (ffc1276)
    • Merge branch 'integrate-gix-negotiate' (ae845de)
    • Adapt to changes in gix (7983f6f)
    • Keep track of core.alternateRefsCommand (d925896)
    • Merge branch 'auto-clippy' (dbf8aa1)
    • Include custom clippy settings (b057500)
    • Merge branch 'consecutive-negotiation' (4507f94)
    • Support reading the fetch algorithm from configuration (33b7770)
    • Merge branch 'gix-attributes-validate' (a849da8)

... (truncated)

Commits
  • 11766a0 Release gix-revision v0.15.1, gix v0.45.1
  • 04f011c Merge branch 'adjustments-for-cargo'
  • 9010f58 fix: gix::env::fetch::collate::Error now considers negotiation errors a sig...
  • fd2593c fix: avoid duplicate error message
  • 9a9fa96 Release gix-date v0.5.1, gix-hash v0.11.2, gix-features v0.30.0, gix-actor v0...
  • 082a6fc allow gix-testtools to refer to the local crates that don't cause cycles.
  • ffc1276 just fmt
  • 8f15cec prepare changelogs prior to release
  • ae845de Merge branch 'integrate-gix-negotiate'
  • 7983f6f adapt to changes in gix
  • Additional commits viewable in compare view

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 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)

Verified

This commit was signed with the committer’s verified signature.
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.44.1...gix-v0.45.1)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2023
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #215 (c38e555) into master (b10e16e) will increase coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
+ Coverage   98.44%   98.63%   +0.18%     
==========================================
  Files          23       23              
  Lines        1610     1610              
==========================================
+ Hits         1585     1588       +3     
+ Misses         25       22       -3     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CraZySacX CraZySacX merged commit 526da9d into master Jun 7, 2023
@CraZySacX CraZySacX deleted the dependabot/cargo/gix-0.45.1 branch June 7, 2023 13:34
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.

None yet

1 participant