Skip to content

chore: release#1106

Merged
wolfv merged 1 commit intomainfrom
release-plz-2025-02-26T16-26-12Z
Feb 27, 2025
Merged

chore: release#1106
wolfv merged 1 commit intomainfrom
release-plz-2025-02-26T16-26-12Z

Conversation

@baszalmstra
Copy link
Copy Markdown
Collaborator

@baszalmstra baszalmstra commented Feb 26, 2025

🤖 New release

  • rattler_redaction: 0.1.6 -> 0.1.7 (✓ API compatible changes)
  • rattler_conda_types: 0.31.0 -> 0.31.1 (✓ API compatible changes)
  • rattler_networking: 0.22.5 -> 0.22.6 (✓ API compatible changes)
  • rattler_package_streaming: 0.22.29 -> 0.22.30 (✓ API compatible changes)
  • rattler_shell: 0.22.20 -> 0.22.21 (✓ API compatible changes)
  • rattler_menuinst: 0.1.0 -> 0.2.0 (⚠ API breaking changes)
  • rattler_lock: 0.22.44 -> 0.22.45 (✓ API compatible changes)
  • rattler_index: 0.20.13 -> 0.21.0 (⚠ API breaking changes)
  • rattler_cache: 0.3.10 -> 0.3.11
  • rattler: 0.32.1 -> 0.32.2
  • rattler_repodata_gateway: 0.21.38 -> 0.21.39
  • rattler_solve: 1.3.9 -> 1.3.10
  • rattler_virtual_packages: 2.0.4 -> 2.0.5

rattler_menuinst breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.39.0/src/lints/function_missing.ron

Failed in:
  function rattler_menuinst::utils::slugify::slugify, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/slugify.rs:19
  function rattler_menuinst::utils::slugify, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/slugify.rs:19
  function rattler_menuinst::utils::terminal::run_pre_create_command, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/terminal.rs:14
  function rattler_menuinst::utils::run_pre_create_command, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/terminal.rs:14
  function rattler_menuinst::utils::quote_args, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/mod.rs:9
  function rattler_menuinst::utils::terminal::log_output, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/terminal.rs:4
  function rattler_menuinst::utils::log_output, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/terminal.rs:4

--- failure module_missing: pub module removed or renamed ---

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

Failed in:
  mod rattler_menuinst::utils::terminal, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/terminal.rs:1
  mod rattler_menuinst::utils::slugify, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/slugify.rs:1
  mod rattler_menuinst::utils, previously in file /tmp/.tmpJ0rx9v/rattler_menuinst/src/utils/mod.rs:1

rattler_index 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.39.0/src/lints/function_parameter_count_changed.ron

Failed in:
  rattler_index::index now takes 5 parameters instead of 2, in /tmp/.tmpJYrB4Y/rattler/crates/rattler_index/src/lib.rs:398

--- failure function_requires_different_generic_type_params: function now requires a different number of generic type parameters ---

Description:
A function now requires a different number of generic type parameters than it used to. Uses of this function that supplied the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/function_requires_different_generic_type_params.ron

Failed in:
  function index (0 -> 1 generic types) in /tmp/.tmpJYrB4Y/rattler/crates/rattler_index/src/lib.rs:398
Changelog

rattler_redaction

0.1.7 - 2025-02-27

Added

rattler_conda_types

0.31.1 - 2025-02-27

Added

rattler_networking

0.22.6 - 2025-02-27

Fixed

rattler_package_streaming

0.22.30 - 2025-02-27

Added

rattler_shell

0.22.21 - 2025-02-27

Added

rattler_menuinst

0.2.0 - 2025-02-27

Added

Fixed

rattler_lock

0.22.45 - 2025-02-27

Fixed

rattler_index

0.21.0 - 2025-02-27

Added

Fixed

Other

rattler_cache

0.3.11 - 2025-02-27

Other

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

rattler

0.32.2 - 2025-02-27

Other

  • updated the following local packages: rattler_conda_types, rattler_networking, rattler_package_streaming, rattler_shell, rattler_menuinst

rattler_repodata_gateway

0.21.39 - 2025-02-27

Other

  • updated the following local packages: rattler_redaction, rattler_conda_types, rattler_networking

rattler_solve

1.3.10 - 2025-02-27

Other

  • updated the following local packages: rattler_conda_types

rattler_virtual_packages

2.0.5 - 2025-02-27

Other

  • updated the following local packages: rattler_conda_types


This PR was generated with release-plz.

@baszalmstra baszalmstra force-pushed the release-plz-2025-02-26T16-26-12Z branch 8 times, most recently from e5c0e2c to 1950048 Compare February 27, 2025 16:39
@baszalmstra baszalmstra force-pushed the release-plz-2025-02-26T16-26-12Z branch from 1950048 to c4d28a0 Compare February 27, 2025 17:15
@wolfv wolfv enabled auto-merge (squash) February 27, 2025 17:19
@wolfv wolfv merged commit 80fa520 into main Feb 27, 2025
17 checks passed
@wolfv wolfv deleted the release-plz-2025-02-26T16-26-12Z branch February 27, 2025 17:33
fecet pushed a commit to fecet/rattler that referenced this pull request Jul 23, 2025
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.

2 participants