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

Closed
wants to merge 0 commits into from
Closed

chore: release #662

wants to merge 0 commits into from

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented May 14, 2024

🤖 New release

  • rattler: 0.25.0 -> 0.26.0 (⚠️ API breaking changes)
  • rattler_conda_types: 0.23.1 -> 0.23.2 (✓ API compatible changes)
  • rattler_solve: 0.22.0 -> 0.23.0 (⚠️ API breaking changes)
  • rattler_package_streaming: 0.20.10 -> 0.20.11
  • rattler_shell: 0.20.4 -> 0.20.5
  • rattler_lock: 0.22.7 -> 0.22.8
  • rattler_repodata_gateway: 0.20.1 -> 0.20.2
  • rattler_virtual_packages: 0.19.11 -> 0.19.12
  • rattler_index: 0.19.12 -> 0.19.13

⚠️ rattler 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 InstallError:FailedToCreateDirectory in /tmp/.tmpjgxdMk/rattler/crates/rattler/src/install/mod.rs:86

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.31.0/src/lints/enum_variant_missing.ron

Failed in:
  variant LinkFileError::FailedToCreateParentDirectory, previously in file /tmp/.tmpU50UoV/rattler/src/install/link.rs:67
  variant LinkFileError::FailedToCreateParentDirectory, previously in file /tmp/.tmpU50UoV/rattler/src/install/link.rs:67

⚠️ rattler_solve breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field SolverTask.strategy in /tmp/.tmpjgxdMk/rattler/crates/rattler_solve/src/lib.rs:131
Changelog

rattler

0.26.0 - 2024-05-16

Other

  • create directories up front (#533)

rattler_conda_types

0.23.2 - 2024-05-16

Added

  • add solve strategies (#660)

rattler_solve

0.23.0 - 2024-05-16

Added

  • add solve strategies (#660)

rattler_package_streaming

0.20.11 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types

rattler_shell

0.20.5 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types

rattler_lock

0.22.8 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types

rattler_repodata_gateway

0.20.2 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types, rattler_conda_types

rattler_virtual_packages

0.19.12 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types

rattler_index

0.19.13 - 2024-05-16

Other

  • updated the following local packages: rattler_conda_types


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2024-05-14T13-39-56Z branch from c1a4b5f to 0e24e50 Compare May 16, 2024 07:58
@baszalmstra baszalmstra changed the title chore(rattler): release v0.26.0 chore: release May 16, 2024
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.

1 participant