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.58.0 to 0.61.0 #11

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

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

  • Uncategorized
    • Merge branch 'status' (d53504a)
    • Allow the -n argument as no-op to make them more compatible. (8959b21)
    • Add gix clean --patterns-for-entries|-m to help with wildcards. (9863d75)
    • Merge branch 'tabled' (ed79aa7)
    • Refactor (e25d7eb)
    • Merge branch 'ein-completions' (cebeedf)
    • Fix clippy lints (454e6b9)
    • Add back line wrapping simplify Usage Variants (4ac597a)
    • Tell clap that ein is named ein (4fd6ab8)
    • Copy over code from gix to generate completions for ein as well (abe0043)
    • Fix indenting by removing formatting on the config str (c0c4d59)
    • Reserve 50 characters for the config name (cc8d008)
    • Bring back old implementation from GitoxideLabs/gitoxide@65e6496 this also removes terminal_size, although its not large (1ecc96d)
    • Remove tabled (fcd585b)
    • Merge branch 'dirwalk' (face359)
    • Basic gix clean (e8597f3)
    • Merge branch 'chunks_exact' (d4d478b)
    • Use chunks_exact where possible (2482023)
    • Merge pull request #1248 from joshtriplett/tyop (39f35da)
    • Typo fixes (3ef3bc2)

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

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.58.0...gix-v0.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 1, 2024
@Baarsgaard Baarsgaard merged commit c9b2bde into master Apr 1, 2024
4 checks passed
@Baarsgaard Baarsgaard deleted the dependabot/cargo/gix-0.61.0 branch April 1, 2024 10:38
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