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 #646

Closed
wants to merge 0 commits into from
Closed

chore: release #646

wants to merge 0 commits into from

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented May 7, 2024

🤖 New release

  • file_url: 0.1.0
  • rattler_conda_types: 0.22.1 -> 0.23.0 (⚠️ API breaking changes)
  • rattler_digest: 0.19.3 -> 0.19.4 (✓ API compatible changes)
  • rattler_package_streaming: 0.20.8 -> 0.20.9 (✓ API compatible changes)
  • rattler_networking: 0.20.5 -> 0.20.6 (✓ API compatible changes)
  • rattler_lock: 0.22.5 -> 0.22.6 (✓ API compatible changes)
  • rattler_repodata_gateway: 0.19.11 -> 0.20.0 (⚠️ API breaking changes)
  • rattler_solve: 0.21.1 -> 0.21.2 (✓ API compatible changes)
  • rattler: 0.24.0 -> 0.24.1
  • rattler_shell: 0.20.2 -> 0.20.3
  • rattler_virtual_packages: 0.19.9 -> 0.19.10
  • rattler_index: 0.19.10 -> 0.19.11

⚠️ rattler_conda_types breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant ParseChannelError:NonAbsoluteRootDir in /tmp/.tmpt8plEJ/rattler/crates/rattler_conda_types/src/channel/mod.rs:334
  variant ParseChannelError:NotUtf8RootDir in /tmp/.tmpt8plEJ/rattler/crates/rattler_conda_types/src/channel/mod.rs:338

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rattler_conda_types::Channel::from_url now takes 1 parameters instead of 3, in /tmp/.tmpt8plEJ/rattler/crates/rattler_conda_types/src/channel/mod.rs:183
  rattler_conda_types::Channel::from_name now takes 2 parameters instead of 3, in /tmp/.tmpt8plEJ/rattler/crates/rattler_conda_types/src/channel/mod.rs:225

⚠️ rattler_repodata_gateway breaking changes

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rattler_repodata_gateway::fetch::jlap::patch_repo_data now takes 5 parameters instead of 4, in /tmp/.tmpt8plEJ/rattler/crates/rattler_repodata_gateway/src/fetch/jlap/mod.rs:412

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rattler_repodata_gateway::fetch::jlap::JLAPResponse::apply now takes 4 parameters instead of 3, in /tmp/.tmpt8plEJ/rattler/crates/rattler_repodata_gateway/src/fetch/jlap/mod.rs:312

--- 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.31.0/src/lints/struct_missing.ron

Failed in:
  struct rattler_repodata_gateway::fetch::DownloadProgress, previously in file /tmp/.tmpeY32kb/rattler_repodata_gateway/src/fetch/mod.rs:202
Changelog

file_url

0.1.0 - 2024-05-13

Added

  • high level repodata access (#560)

rattler_conda_types

0.23.0 - 2024-05-13

Added

  • high level repodata access (#560)

rattler_digest

0.19.4 - 2024-05-13

Added

  • high level repodata access (#560)

rattler_package_streaming

0.20.9 - 2024-05-13

Added

  • high level repodata access (#560)

Fixed

  • set last modified for zip archive (#649)

rattler_networking

0.20.6 - 2024-05-13

Added

  • high level repodata access (#560)
  • add AuthenticationStorage::from_file() (#645)

rattler_lock

0.22.6 - 2024-05-13

Added

  • high level repodata access (#560)

rattler_repodata_gateway

0.20.0 - 2024-05-13

Added

  • add clear subdir cache function to repodata gateway (#650)
  • high level repodata access (#560)

rattler_solve

0.21.2 - 2024-05-13

Added

  • high level repodata access (#560)

rattler

0.24.1 - 2024-05-13

Other

  • updated the following local packages: rattler_conda_types, rattler_digest, rattler_package_streaming, rattler_networking

rattler_shell

0.20.3 - 2024-05-13

Other

  • updated the following local packages: rattler_conda_types

rattler_virtual_packages

0.19.10 - 2024-05-13

Other

  • updated the following local packages: rattler_conda_types

rattler_index

0.19.11 - 2024-05-13

Other

  • updated the following local packages: rattler_conda_types, rattler_digest, rattler_package_streaming


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2024-05-07T05-15-12Z branch 3 times, most recently from 460bbf0 to 8964081 Compare May 10, 2024 20:18
@baszalmstra baszalmstra force-pushed the release-plz-2024-05-07T05-15-12Z branch from 8964081 to 8c2a222 Compare May 13, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant