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

chore(deps): update rust crate gix-features-for-configuration-only to 0.33.0 #12612

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gix-features-for-configuration-only workspace.dependencies minor 0.30.0 -> 0.33.0

Release Notes

Byron/gitoxide (gix-features-for-configuration-only)

v0.33.0: gix-features v0.33.0

Compare Source

A maintenance release without user-facing changes.

Commit Statistics
  • 1 commit contributed to the release.
  • 30 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Update changelogs prior to release (f23ea88)

v0.32.1: gix-features v0.32.1

Compare Source

New Features
  • add interrupt::Write to auto-fail writes on interrupt.
Commit Statistics
  • 6 commits contributed to the release over the course of 1 calendar day.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Prepare more changelogs (c4cc5f2)
    • Release gix-date v0.7.1, gix-hash v0.11.4, gix-trace v0.1.3, gix-features v0.32.0, gix-actor v0.24.0, gix-validate v0.7.7, gix-object v0.33.0, gix-path v0.8.4, gix-glob v0.10.0, gix-quote v0.4.6, gix-attributes v0.15.0, gix-command v0.2.7, gix-packetline-blocking v0.16.3, gix-filter v0.1.0, gix-fs v0.4.0, gix-chunk v0.4.4, gix-commitgraph v0.18.0, gix-hashtable v0.2.4, gix-revwalk v0.4.0, gix-traverse v0.30.0, gix-worktree-stream v0.2.0, gix-archive v0.2.0, gix-config-value v0.12.4, gix-tempfile v7.0.1, gix-utils v0.1.5, gix-lock v7.0.2, gix-ref v0.33.0, gix-sec v0.8.4, gix-prompt v0.5.3, gix-url v0.21.0, gix-credentials v0.17.0, gix-diff v0.33.0, gix-discover v0.22.0, gix-ignore v0.5.0, gix-bitmap v0.2.6, gix-index v0.21.0, gix-mailmap v0.16.0, gix-negotiate v0.5.0, gix-pack v0.40.0, gix-odb v0.50.0, gix-packetline v0.16.4, gix-transport v0.34.0, gix-protocol v0.36.0, gix-revision v0.18.0, gix-refspec v0.14.0, gix-worktree v0.22.0, gix v0.49.1 (5cb3589)
    • Update changelogs prior to release (2fc66b5)
    • Merge branch 'gix-archive' (1dda48b)
    • Add interrupt::Write to auto-fail writes on interrupt. (7179509)
    • Update license field following SPDX 2.1 license expression standard (9064ea3)

v0.32.0: gix-features v0.32.0

Compare Source

New Features
  • add in_parallel_with_finalize to support a usecase for gix-worktree
Changed (BREAKING)
  • remove zlib::stream::inflate::ReadBoxed.
    It was a special-case type that was only used in one spot, and thus
    not really that interesting to have in a shared place.
Commit Statistics
  • 6 commits contributed to the release over the course of 10 calendar days.
  • 19 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Adjust package versions (by cargo-smart-release) (c70e54f)
    • Prepare changelogs prior to release (e4dded0)
    • Merge branch 'refactor-pack-streaming' (8a46a7e)
    • Remove zlib::stream::inflate::ReadBoxed. (032cea3)
    • Merge branch 'integrate-filtering' (b19a56d)
    • Add in_parallel_with_finalize to support a usecase for gix-worktree (2a76929)

v0.31.1: gix-features v0.31.1

Compare Source

A maintenance release without user-facing changes.

Commit Statistics
  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Prepare changelogs once more (4bf355a)
    • Adjust gix-trace to the latest version. (353df4b)

v0.31.0: gix-features v0.31.0

Compare Source

Chore
  • Add clippy::redundant-closure-for-method-calls lint
New Features
  • add tracing feature toggle to provide minimal tracing API
    This API is based on tracing-core, not on tracing, and provides a limited
    API that is always available, while being a no-op if tracing isn't enabled.

    That way, plumbing crates can add instrumentation at will.

Bug Fixes (BREAKING)
  • new_thread_state() functions are now FnOnce across the board.
    This properly communicates that they will only be called once per thread,
    while providing more options to the implementor.
Commit Statistics
  • 7 commits contributed to the release over the course of 10 calendar days.
  • 15 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Prepare changelogs prior to release (18b0a37)
    • Merge branch 'corpus' (aa16c8c)
    • Change MSRV to 1.65 (4f635fc)
    • Add tracing feature toggle to provide minimal tracing API (093efaf)
    • new_thread_state() functions are now FnOnce across the board. (bc69804)
    • Merge branch 'help-874-redundant-closures' (fe59956)
    • Add clippy::redundant-closure-for-method-calls lint (bcad5c2)

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@rustbot
Copy link
Collaborator

rustbot commented Sep 1, 2023

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) soon.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 1, 2023
@epage
Copy link
Contributor

epage commented Sep 1, 2023

Going to leave gix updates to Byron as part of their integration work

@epage epage closed this Sep 1, 2023
@epage epage deleted the renovate/gix-features-for-configuration-only-0.x branch September 1, 2023 15:21
@renovate
Copy link
Contributor Author

renovate bot commented Sep 1, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.33.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants