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.55.2 to 0.56.0 #9055

Merged
merged 2 commits into from
Dec 13, 2023

Commits on Dec 11, 2023

  1. build(deps): bump gix from 0.55.2 to 0.56.0

    Bumps [gix](https://github.com/Byron/gitoxide) from 0.55.2 to 0.56.0.
    - [Release notes](https://github.com/Byron/gitoxide/releases)
    - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
    - [Commits](GitoxideLabs/gitoxide@gix-v0.55.2...gix-v0.56.0)
    
    ---
    updated-dependencies:
    - dependency-name: gix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7eb2569 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Adapt to changes in gix EntryMode/EntryKind

    The rest of the gix codebase now calls `.kind()` on the mode and uses
    the renamed `EntryKind` enum.
    the-mikedavis committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    055fde3 View commit details
    Browse the repository at this point in the history