rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
349 stars 55 forks source link

Update gix requirement from 0.60.0 to 0.61.0 #330

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on gix to permit the latest version.

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)
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.34.0 (2024-02-25)

New Features

  • add gix clean --patterns-for-entries|-m to help with wildcards.
  • basic gix clean

Commit Statistics

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

Commit Details

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