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: release #367

Merged
merged 1 commit into from
Nov 24, 2024
Merged

chore: release #367

merged 1 commit into from
Nov 24, 2024

Conversation

rustic-release-plz[bot]
Copy link
Contributor

@rustic-release-plz rustic-release-plz bot commented Nov 24, 2024

🤖 New release

  • rustic_backend: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • rustic_core: 0.6.1 -> 0.7.0 (⚠️ API breaking changes)
  • rustic_testing: 0.3.0 -> 0.3.1 (✓ API compatible changes)

⚠️ rustic_core breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  Vfs::into_webdav_fs, previously in file /tmp/.tmpgG4RJE/rustic_core/src/vfs.rs:470
  Repository::is_async_compatible, previously in file /tmp/.tmpgG4RJE/rustic_core/src/repository.rs:716

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct rustic_core::vfs::WebDavFS, previously in file /tmp/.tmpgG4RJE/rustic_core/src/vfs/webdavfs.rs:51

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_missing.ron

Failed in:
  method is_async_compatible of trait ReadBackend, previously in file /tmp/.tmpgG4RJE/rustic_core/src/backend.rs:189
Changelog

rustic_backend

0.5.1 - 2024-11-24

Other

  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"

rustic_core

0.7.0 - 2024-11-24

Other

  • remove webdav feature (#366)
  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"

rustic_testing

0.3.1 - 2024-11-24

Other

  • Revert "feat(async): add async_compatible methods to identify backend compatibility (#355)"


This PR was generated with release-plz.

@rustic-release-plz rustic-release-plz bot force-pushed the release-plz-2024-11-24T09-04-24Z branch from bc14545 to 6cf9875 Compare November 24, 2024 09:50
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.0%. Comparing base (60a7e31) to head (6cf9875).
Report is 1 commits behind head on main.

Additional details and impacted files

see 16 files with indirect coverage changes

---- 🚨 Try these New Features:

@simonsan simonsan marked this pull request as ready for review November 24, 2024 12:10
@simonsan simonsan added this pull request to the merge queue Nov 24, 2024
Merged via the queue into main with commit e812ae1 Nov 24, 2024
34 checks passed
@simonsan simonsan deleted the release-plz-2024-11-24T09-04-24Z branch November 24, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant