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 git-repository from 0.32.0 to 0.35.0 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps git-repository from 0.32.0 to 0.35.0.

Release notes

Sourced from git-repository's releases.

git-repository v0.34.0

Documentation

  • fix typos

New Features

  • add env::collate::fetch::Error - a combined error type with its own API. This error API allows to look at all the steps it takes to perform an operation and gather insights from it which require understanding a lot about the semantics of the contained errors.

  • use enumerations to advertise progress ids publicly. Previously these were an implementation detail which also means they couldn't be relied upon.

    Thanks to an intermediate enumeration, they become part of the public API and their actual value is not exposed.

  • read shared indices by dissolving them into the current one. This allows the 'link' extension to be processed correctly, even though it won't be maintained. When written back, the 'link' extension will be removed automatically.

Bug Fixes

  • don't panic, but error when parsing the rev-specs ^, .., ....

Chore (BREAKING)

  • adjust to changes in gitoxide for clap upgrade to 4.1

New Features (BREAKING)

  • transfer knowledge about configuration and its usage into the type system. That way it's possible to use configuration overrides, even though ultimately being strings, in a type-safe manner and leverage code-completion while at it.

    In that process, we also change Repository::(committer|Author)() to return Option<Result<...>> to be able to account for date parse errors.

Commit Statistics

  • 22 commits contributed to the release over the course of 25 calendar days.
  • 30 days passed between releases.
  • 7 commits were understood as conventional.
  • 1 unique issue was worked on: #706

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

... (truncated)

Commits
  • abe1e91 Release git-repository v0.35.0, safety bump 3 crates
  • 1408482 change!: a note of the pending rename of git-repository to gix
  • cd12023 feat: rename tracking for crates in the crate-root.
  • 9e7d792 Merge branch 'rename-tracking'
  • 81f0d47 adjust to changes in git-repository
  • 069eb6c feat: tree diffs with simple rename and copy tracking in cases where there is...
  • 8bce6d5 Release gix v0.0.0
  • 5104a78 Add gix crate to reserve name
  • f6ed34a feat: Add diff.renames and diff.renameLimit keys to config tree.
  • 0f2ed59 keep track of all keys relevant renaming when merging and obtaining status
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 13, 2023
Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.32.0 to 0.35.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@git-repository-v0.32.0...git-repository-v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/git-repository-0.35.0 branch from 8f4fdbb to a7bc20d Compare March 1, 2023 22: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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants