Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps gix from 0.48.0 to 0.49.1.

Release notes

Sourced from gix's releases.

gix v0.49.1

A maintenance release without user-facing changes.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Prepare changelogs prior to release (849f508)
    • Merge branch 'smart-release-stability' (8629f56)
    • Update git2 API mapping and be clear what stability means as well. (64cd396)

gix v0.49.0

New Features

  • Make EntryMode available from gix::object::tree. Previously one had to go through gix::objs::tree which wasn't symmetric with gix::object::Kind.
  • Add Id::header() and Id::try_header() as syblings to ::object() and ::try_object(). With the new header related functions one can obtain information about an object more quickly.
  • Repository::header() and ::try_header() to learn about objects, quickly Accessing just the headers of an object is much faster than accessing the entire object. Previously, this method was only available on the objects field, now it's available through Repository directly.
  • top-level examples that represent fully-fledged command-line applications. Please note that these are just examples, which aren't necessarily production ready in terms of quality or performance.
  • checkouts when cloning now respect attributes and use filters.
  • add Repository::filter_pipeline() to obtain a primitive to handle data conversions. It's fully configured as git would, and can be used to convert data from git or to git.

Bug Fixes

  • properly re-initialize object caches after their configuration changes.

Refactor (BREAKING)

  • move error structs into repository module where appropriate.

Commit Statistics

... (truncated)

Commits
  • f069852 Release gix-prompt v0.5.3, gix v0.49.1, cargo-smart-release v0.20.0
  • abd74ea adjust smart-release journey test to deal with the polarity changes of `--no-...
  • 849f508 prepare changelogs prior to release
  • 8629f56 Merge branch 'smart-release-stability'
  • e0b1ba2 upgrade open and itertools to latest versions
  • 64e815b upgrade rustix to v0.38
  • 541abf2 update dependencies
  • 39bcb1d fix!: don't auto-publish stable crates by inverting `no-auto-publish-of-stabl...
  • 64cd396 Update git2 API mapping and be clear what stability means as well.
  • 4aca8c2 Release gix-filter v0.1.0, gix-ignore v0.5.0, gix-revwalk v0.4.0, gix-travers...
  • 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 dependabot bot added rust Pull requests that update Rust code dependencies Pull requests that update a dependency file labels Jul 31, 2023
Bumps [gix](https://github.com/Byron/gitoxide) from 0.48.0 to 0.49.1.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.48.0...gix-v0.49.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@o2sh o2sh merged commit 974da55 into main Aug 3, 2023
@o2sh o2sh deleted the dependabot/cargo/gix-0.49.1 branch August 3, 2023 16:17
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.

2 participants