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

Merged
merged 1 commit into from
Nov 4, 2024
Merged

chore: release #908

merged 1 commit into from
Nov 4, 2024

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented Oct 21, 2024

πŸ€– New release

  • file_url: 0.1.6 -> 0.1.7 (βœ“ API compatible changes)
  • rattler: 0.27.16 -> 0.28.0 (⚠️ API breaking changes)
  • rattler_cache: 0.2.7 -> 0.2.8 (βœ“ API compatible changes)
  • rattler_conda_types: 0.28.3 -> 0.29.0 (⚠️ API breaking changes)
  • rattler_digest: 1.0.2 -> 1.0.3 (βœ“ API compatible changes)
  • rattler_macros: 1.0.2 -> 1.0.3
  • rattler_redaction: 0.1.2 -> 0.1.3 (βœ“ API compatible changes)
  • rattler_package_streaming: 0.22.10 -> 0.22.11 (βœ“ API compatible changes)
  • rattler_networking: 0.21.4 -> 0.21.5 (βœ“ API compatible changes)
  • rattler_shell: 0.22.4 -> 0.22.5 (βœ“ API compatible changes)
  • rattler_lock: 0.22.28 -> 0.22.29 (βœ“ API compatible changes)
  • rattler_repodata_gateway: 0.21.18 -> 0.21.19 (βœ“ API compatible changes)
  • rattler_solve: 1.1.0 -> 1.2.0 (βœ“ API compatible changes)
  • rattler_libsolv_c: 1.0.2 -> 1.0.3 (βœ“ API compatible changes)
  • rattler_virtual_packages: 1.1.7 -> 1.1.8 (βœ“ API compatible changes)
  • rattler_index: 0.19.33 -> 0.19.34 (βœ“ API compatible changes)

⚠️ rattler 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:
  Installer::set_io_concurrentcy_limit, previously in file /tmp/.tmpb0xzbu/rattler/src/install/installer/mod.rs:96

--- 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.36.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rattler::install::PythonInfo::from_version now takes 3 parameters instead of 2, in /tmp/.tmpAVHcvO/rattler/crates/rattler/src/install/python.rs:51

⚠️ rattler_conda_types 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.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexJson.python_site_packages_path in /tmp/.tmpAVHcvO/rattler/crates/rattler_conda_types/src/package/index.rs:64
  field PackageRecord.python_site_packages_path in /tmp/.tmpAVHcvO/rattler/crates/rattler_conda_types/src/repo_data/mod.rs:159

--- 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.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant ParseMatchSpecError:MultipleValueForKey in /tmp/.tmpAVHcvO/rattler/crates/rattler_conda_types/src/match_spec/parse.rs:104
Changelog

file_url

0.1.7 - 2024-11-04

Other

  • update all versions of packages (#886)

rattler

0.28.0 - 2024-11-04

Added

  • use python_site_packages_path field when available for installing noarch: python packages, CEP-17 (#909)

Fixed

  • typo in set_io_concurrentcy_limit (#914)

rattler_cache

0.2.8 - 2024-11-04

Other

  • update Cargo.toml dependencies

rattler_conda_types

0.29.0 - 2024-11-04

Added

  • use python_site_packages_path field when available for installing noarch: python packages, CEP-17 (#909)
  • Add PackageRecord::validate function (#911)

Fixed

  • matchspec build / version from brackets and string serialization (#917)

Other

  • root constraint shouldnt crash (#916)

rattler_digest

1.0.3 - 2024-11-04

Other

  • update Cargo.toml dependencies

rattler_macros

1.0.3 - 2024-11-04

Other

  • update Cargo.toml dependencies

rattler_redaction

0.1.3 - 2024-11-04

Other

  • update Cargo.toml dependencies

rattler_package_streaming

0.22.11 - 2024-11-04

Other

rattler_networking

0.21.5 - 2024-11-04

Other

  • root constraint shouldnt crash (#916)
  • update all versions of packages (#886)

rattler_shell

0.22.5 - 2024-11-04

Other

  • update all versions of packages (#886)
  • release (#903)

rattler_lock

0.22.29 - 2024-11-04

Added

  • use python_site_packages_path field when available for installing noarch: python packages, CEP-17 (#909)
  • bump pep crates in rattler (#918)
  • add debug trait to LockFile struct in rattler_lock (#922)

rattler_repodata_gateway

0.21.19 - 2024-11-04

Other

  • update Cargo.toml dependencies

rattler_solve

1.2.0 - 2024-11-04

Added

  • use python_site_packages_path field when available for installing noarch: python packages, CEP-17 (#909)
  • Add PackageRecord::validate function (#911)

Other

  • root constraint shouldnt crash (#916)
  • release (#903)

rattler_libsolv_c

1.0.3 - 2024-11-04

Other

  • update all versions of packages (#886)

rattler_virtual_packages

1.1.8 - 2024-11-04

Other

rattler_index

0.19.34 - 2024-11-04

Added

  • use python_site_packages_path field when available for installing noarch: python packages, CEP-17 (#909)


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2024-10-21T11-57-21Z branch from f8f9207 to 9ecd17d Compare October 23, 2024 10:01
@baszalmstra baszalmstra force-pushed the release-plz-2024-10-21T11-57-21Z branch 8 times, most recently from af37252 to 22139d1 Compare November 4, 2024 13:15
@baszalmstra baszalmstra force-pushed the release-plz-2024-10-21T11-57-21Z branch from 22139d1 to dd8df58 Compare November 4, 2024 17:01
@baszalmstra baszalmstra merged commit 624e771 into main Nov 4, 2024
16 checks passed
@baszalmstra baszalmstra deleted the release-plz-2024-10-21T11-57-21Z branch November 4, 2024 17:31
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