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.54.1 to 0.55.2 #381

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps gix from 0.54.1 to 0.55.2.

Release notes

Sourced from gix's releases.

gix v0.55.2

Bug Fixes

  • bump gix-transport version to prevent it from being picked up. gix-transport v0.37.1 could accidentally be picked up by older, incompatible, gix versions which now fail to build.

    Thus v0.37.1 is now yanked and replaced with v0.38.0 along with a new release of gix to go with it.

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
    • Prepare changelogs prior to release (12b5caf)
    • Bump gix-transport version to prevent it from being picked up. (8011c73)

gix v0.55.1

New Features

  • Add take_data() to all primitive object types. That is the new, most direct way to obtain its data which otherwise is immovable.
  • Add detach() and detached() too all object types. That way, the detachment API is symmetric. It's required to overcome the Drop implementation of each of these types which prevents moving data out of the object (easily).

Commit Statistics

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

Commit Details

... (truncated)

Commits
  • 1955a57 Release gix-transport v0.38.0, gix-protocol v0.41.1, gix v0.55.2, gitoxide-co...
  • 12b5caf prepare changelogs prior to release
  • b7c9275 improve documentation slightly
  • 8011c73 fix: bump gix-transport version to prevent it from being picked up.
  • 4642c0c Release gix v0.55.1
  • 5732303 feat: Add take_data() to all primitive object types.
  • 88f2e6c feat: Add detach() and detached() too all object types.
  • db0b851 Release gitoxide-core v0.33.0, gitoxide v0.31.0
  • 14ddbd4 Release gix-transport v0.37.1, gix-protocol v0.41.0, gix-revision v0.23.0, gi...
  • 029dbc1 prepare another changelog prior to release
  • 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.54.1 to 0.55.2.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.54.1...gix-v0.55.2)

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

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

dependabot bot commented on behalf of github Oct 29, 2023

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

@dependabot dependabot bot closed this Oct 29, 2023
@dependabot dependabot bot deleted the dependabot/cargo/gix-0.55.2 branch October 29, 2023 20: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.

0 participants