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

Merged
merged 1 commit into from
May 13, 2024
Merged

chore: release #652

merged 1 commit into from
May 13, 2024

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented May 13, 2024

🤖 New release

  • 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/.tmp0TYRfv/rattler/crates/rattler_conda_types/src/channel/mod.rs:334
  variant ParseChannelError:NotUtf8RootDir in /tmp/.tmp0TYRfv/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/.tmp0TYRfv/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/.tmp0TYRfv/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/.tmp0TYRfv/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/.tmp0TYRfv/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/.tmpRam5A0/rattler_repodata_gateway/src/fetch/mod.rs:202
Changelog

rattler_conda_types

0.23.0 - 2024-05-13

Added

  • high level repodata access (#560)

Other

  • update README.md

rattler_digest

0.19.4 - 2024-05-13

Added

  • high level repodata access (#560)

Other

  • update README.md

rattler_package_streaming

0.20.9 - 2024-05-13

Added

  • high level repodata access (#560)

Fixed

  • set last modified for zip archive (#649)

Other

  • update README.md

rattler_networking

0.20.6 - 2024-05-13

Added

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

Other

  • update README.md

rattler_lock

0.22.6 - 2024-05-13

Added

  • high level repodata access (#560)

Other

  • update README.md

rattler_repodata_gateway

0.20.0 - 2024-05-13

Added

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

Other

  • update README.md

rattler_solve

0.21.2 - 2024-05-13

Added

  • high level repodata access (#560)

Other

  • update README.md

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-13T08-31-07Z branch from 87abd85 to 635b56b Compare May 13, 2024 09:00
@baszalmstra baszalmstra reopened this May 13, 2024
@baszalmstra baszalmstra merged commit e669af0 into main May 13, 2024
14 of 18 checks passed
@baszalmstra baszalmstra deleted the release-plz-2024-05-13T08-31-07Z branch May 13, 2024 09:45
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