Skip to content

chore: release - #1321

Merged
Hofer-Julian merged 1 commit into
mainfrom
release-plz-2025-05-16T09-31-48Z
May 16, 2025
Merged

chore: release#1321
Hofer-Julian merged 1 commit into
mainfrom
release-plz-2025-05-16T09-31-48Z

Conversation

@baszalmstra

Copy link
Copy Markdown
Collaborator

🤖 New release

  • file_url: 0.2.4 -> 0.2.5 (✓ API compatible changes)
  • rattler_digest: 1.1.1 -> 1.1.2 (✓ API compatible changes)
  • rattler_macros: 1.0.8 -> 1.0.9
  • rattler_conda_types: 0.33.0 -> 0.34.0 (⚠ API breaking changes)
  • rattler_networking: 0.23.0 -> 0.24.0 (⚠ API breaking changes)
  • rattler_package_streaming: 0.22.37 -> 0.22.38 (✓ API compatible changes)
  • rattler_cache: 0.3.18 -> 0.3.19 (✓ API compatible changes)
  • rattler_pty: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • rattler_shell: 0.23.0 -> 0.23.1 (✓ API compatible changes)
  • rattler_menuinst: 0.2.8 -> 0.2.9 (✓ API compatible changes)
  • rattler: 0.33.6 -> 0.33.7 (✓ API compatible changes)
  • rattler_libsolv_c: 1.2.0 -> 1.2.1 (✓ API compatible changes)
  • rattler_solve: 1.4.6 -> 2.0.0 (⚠ API breaking changes)
  • rattler_lock: 0.23.3 -> 0.23.4 (✓ API compatible changes)
  • rattler_repodata_gateway: 0.22.6 -> 0.22.7 (✓ API compatible changes)
  • rattler_virtual_packages: 2.0.11 -> 2.0.12 (✓ API compatible changes)
  • rattler_index: 0.22.6 -> 0.22.7 (✓ API compatible changes)
  • rattler_sandbox: 0.1.7 -> 0.1.8 (✓ API compatible changes)

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.41.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexJson.purls in /tmp/.tmpr5xzgI/rattler/crates/rattler_conda_types/src/package/index.rs:64

rattler_networking breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/feature_missing.ron

Failed in:
  feature google-cloud-token in the package's Cargo.toml

rattler_solve breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/feature_missing.ron

Failed in:
  feature libc in the package's Cargo.toml
  feature rattler_libsolv_c in the package's Cargo.toml
Changelog

file_url

0.2.5 - 2025-05-16

Other

  • update dependencies (#1126)

rattler_digest

1.1.2 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_macros

1.0.9 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_conda_types

0.34.0 - 2025-05-16

Added

  • add purls to IndexJson (#1303)

Fixed

  • skip serializing if purls are None (#1306)

Other

  • make sure that md5 also works as CacheKey (#1293)
  • Bump zip to 3.0.0 (#1310)

rattler_networking

0.24.0 - 2025-05-16

Other

  • update dependencies of js-rattler and py-rattler as well (#1317)
  • update GCS authentication (#1314)

rattler_package_streaming

0.22.38 - 2025-05-16

Other

  • make sure that md5 also works as CacheKey (#1293)

rattler_cache

0.3.19 - 2025-05-16

Other

  • make sure that md5 also works as CacheKey (#1293)
  • Bump zip to 3.0.0 (#1310)

rattler_pty

0.2.1 - 2025-05-16

Other

  • update dependencies (#1126)

rattler_shell

0.23.1 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_menuinst

0.2.9 - 2025-05-16

Other

  • update dependencies (#1126)
  • Bump zip to 3.0.0 (#1310)

rattler

0.33.7 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_libsolv_c

1.2.1 - 2025-05-16

Other

  • update dependencies (#1126)

rattler_solve

2.0.0 - 2025-05-16

Added

  • allows enabling of resolvo diagnostics (#1296)

rattler_lock

0.23.4 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_repodata_gateway

0.22.7 - 2025-05-16

Other

  • make sure that md5 also works as CacheKey (#1293)
  • Bump zip to 3.0.0 (#1310)

rattler_virtual_packages

2.0.12 - 2025-05-16

Other

  • update Cargo.toml dependencies

rattler_index

0.22.7 - 2025-05-16

Added

  • add purls to IndexJson (#1303)

rattler_sandbox

0.1.8 - 2025-05-16

Other

  • update Cargo.toml dependencies


This PR was generated with release-plz.

@Hofer-Julian Hofer-Julian left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go!

@Hofer-Julian
Hofer-Julian enabled auto-merge (squash) May 16, 2025 09:33
@Hofer-Julian
Hofer-Julian merged commit f6defbf into main May 16, 2025
@Hofer-Julian
Hofer-Julian deleted the release-plz-2025-05-16T09-31-48Z branch May 16, 2025 09:57
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