diff --git a/Cargo.lock b/Cargo.lock index 2b3ba3dee6..51055d33de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2834,9 +2834,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e0ddd45fe8e09ee1a607920b12271f8a5528a41ecaf6e1d1440d6493315b6b" +checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" dependencies = [ "console 0.16.1", "portable-atomic", @@ -2958,9 +2958,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.81" +version = "0.3.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" dependencies = [ "once_cell", "wasm-bindgen", @@ -3738,7 +3738,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "path_resolver" -version = "0.2.1" +version = "0.2.2" dependencies = [ "ahash", "divan", @@ -4255,7 +4255,7 @@ dependencies = [ [[package]] name = "rattler" -version = "0.38.3" +version = "0.38.4" dependencies = [ "anyhow", "assert_matches", @@ -4337,7 +4337,7 @@ dependencies = [ [[package]] name = "rattler_cache" -version = "0.4.0" +version = "0.4.1" dependencies = [ "ahash", "anyhow", @@ -4376,7 +4376,7 @@ dependencies = [ [[package]] name = "rattler_conda_types" -version = "0.40.3" +version = "0.40.4" dependencies = [ "ahash", "assert_matches", @@ -4426,7 +4426,7 @@ dependencies = [ [[package]] name = "rattler_config" -version = "0.2.14" +version = "0.2.15" dependencies = [ "console 0.16.1", "fs-err", @@ -4466,7 +4466,7 @@ dependencies = [ [[package]] name = "rattler_index" -version = "0.26.5" +version = "0.27.0" dependencies = [ "ahash", "anyhow", @@ -4516,7 +4516,7 @@ dependencies = [ [[package]] name = "rattler_lock" -version = "0.26.0" +version = "0.26.1" dependencies = [ "ahash", "chrono", @@ -4553,7 +4553,7 @@ dependencies = [ [[package]] name = "rattler_menuinst" -version = "0.2.33" +version = "0.2.34" dependencies = [ "chrono", "configparser", @@ -4582,7 +4582,7 @@ dependencies = [ [[package]] name = "rattler_networking" -version = "0.25.20" +version = "0.25.21" dependencies = [ "anyhow", "async-once-cell", @@ -4620,7 +4620,7 @@ dependencies = [ [[package]] name = "rattler_package_streaming" -version = "0.23.12" +version = "0.23.13" dependencies = [ "assert_matches", "bzip2", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "rattler_repodata_gateway" -version = "0.24.13" +version = "0.24.14" dependencies = [ "anyhow", "assert_matches", @@ -4742,7 +4742,7 @@ dependencies = [ [[package]] name = "rattler_s3" -version = "0.1.9" +version = "0.1.10" dependencies = [ "aws-config", "aws-credential-types", @@ -4769,7 +4769,7 @@ dependencies = [ [[package]] name = "rattler_shell" -version = "0.25.6" +version = "0.25.7" dependencies = [ "anyhow", "enum_dispatch", @@ -4791,7 +4791,7 @@ dependencies = [ [[package]] name = "rattler_solve" -version = "3.0.8" +version = "3.0.9" dependencies = [ "chrono", "criterion", @@ -4817,7 +4817,7 @@ dependencies = [ [[package]] name = "rattler_upload" -version = "0.3.9" +version = "0.3.10" dependencies = [ "base64", "clap", @@ -4851,7 +4851,7 @@ dependencies = [ [[package]] name = "rattler_virtual_packages" -version = "2.2.4" +version = "2.2.5" dependencies = [ "archspec", "libloading", @@ -5335,9 +5335,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" dependencies = [ "web-time", "zeroize", @@ -6013,9 +6013,9 @@ dependencies = [ [[package]] name = "target-triple" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790" +checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b" [[package]] name = "temp-env" @@ -6501,9 +6501,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.112" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d66678374d835fe847e0dc8348fde2ceb5be4a7ec204437d8367f0d8df266a5" +checksum = "559b6a626c0815c942ac98d434746138b4f89ddd6a1b8cbb168c6845fb3376c5" dependencies = [ "dissimilar", "glob", @@ -6758,9 +6758,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" dependencies = [ "cfg-if", "once_cell", @@ -6769,25 +6769,11 @@ dependencies = [ "wasm-bindgen-shared", ] -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.104" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn", - "wasm-bindgen-shared", -] - [[package]] name = "wasm-bindgen-futures" -version = "0.4.54" +version = "0.4.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" +checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" dependencies = [ "cfg-if", "js-sys", @@ -6798,9 +6784,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -6808,22 +6794,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" dependencies = [ + "bumpalo", "proc-macro2", "quote", "syn", - "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" dependencies = [ "unicode-ident", ] @@ -6872,9 +6858,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.81" +version = "0.3.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" +checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 62973e0b5e..16c4b797e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,28 +182,28 @@ zstd = { version = "0.13.3", default-features = false } # These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tendem. coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false } file_url = { path = "crates/file_url", version = "=0.2.6", default-features = false } -path_resolver = { path = "crates/path_resolver", version = "=0.2.1", default-features = false } -rattler = { path = "crates/rattler", version = "=0.38.3", default-features = false } -rattler_cache = { path = "crates/rattler_cache", version = "=0.4.0", default-features = false } -rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.3", default-features = false } -rattler_config = { path = "crates/rattler_config", version = "=0.2.14", default-features = false } +path_resolver = { path = "crates/path_resolver", version = "=0.2.2", default-features = false } +rattler = { path = "crates/rattler", version = "=0.38.4", default-features = false } +rattler_cache = { path = "crates/rattler_cache", version = "=0.4.1", default-features = false } +rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.4", default-features = false } +rattler_config = { path = "crates/rattler_config", version = "=0.2.15", default-features = false } rattler_digest = { path = "crates/rattler_digest", version = "=1.1.7", default-features = false } -rattler_index = { path = "crates/rattler_index", version = "=0.26.5", default-features = false } +rattler_index = { path = "crates/rattler_index", version = "=0.27.0", default-features = false } rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.3", default-features = false } -rattler_lock = { path = "crates/rattler_lock", version = "=0.26.0", default-features = false } +rattler_lock = { path = "crates/rattler_lock", version = "=0.26.1", default-features = false } rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false } -rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.33", default-features = false } -rattler_networking = { path = "crates/rattler_networking", version = "=0.25.20", default-features = false } -rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.12", default-features = false } +rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.34", default-features = false } +rattler_networking = { path = "crates/rattler_networking", version = "=0.25.21", default-features = false } +rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.13", default-features = false } rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false } rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false } -rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.13", default-features = false } -rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.9", default-features = false } +rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.14", default-features = false } +rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.10", default-features = false } rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.5", default-features = false } -rattler_shell = { path = "crates/rattler_shell", version = "=0.25.6", default-features = false } -rattler_solve = { path = "crates/rattler_solve", version = "=3.0.8", default-features = false } -rattler_upload = { path = "crates/rattler_upload", version = "=0.3.9", default-features = false } -rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.4", default-features = false } +rattler_shell = { path = "crates/rattler_shell", version = "=0.25.7", default-features = false } +rattler_solve = { path = "crates/rattler_solve", version = "=3.0.9", default-features = false } +rattler_upload = { path = "crates/rattler_upload", version = "=0.3.10", default-features = false } +rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.5", default-features = false } # This is also a rattler crate, but we only pin it to minor version simple_spawn_blocking = { path = "crates/simple_spawn_blocking", version = "1.1", default-features = false } diff --git a/crates/path_resolver/CHANGELOG.md b/crates/path_resolver/CHANGELOG.md index 9d4e6bd1da..7ec13e507b 100644 --- a/crates/path_resolver/CHANGELOG.md +++ b/crates/path_resolver/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/conda/rattler/compare/path_resolver-v0.2.1...path_resolver-v0.2.2) - 2025-10-28 + +### Other + +- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674)) + ## [0.2.1](https://github.com/conda/rattler/compare/path_resolver-v0.2.0...path_resolver-v0.2.1) - 2025-09-30 ### Fixed diff --git a/crates/path_resolver/Cargo.toml b/crates/path_resolver/Cargo.toml index 891e2da086..1decd4664c 100644 --- a/crates/path_resolver/Cargo.toml +++ b/crates/path_resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path_resolver" -version = "0.2.1" +version = "0.2.2" categories.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md index 4dabd26a36..546fca5c74 100644 --- a/crates/rattler/CHANGELOG.md +++ b/crates/rattler/CHANGELOG.md @@ -83,6 +83,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.38.4](https://github.com/conda/rattler/compare/rattler-v0.38.3...rattler-v0.38.4) - 2025-10-28 + +### Other + +- updated the following local packages: path_resolver, rattler_conda_types, rattler_cache, rattler_networking, rattler_package_streaming, rattler_shell, rattler_menuinst + ## [0.38.3](https://github.com/conda/rattler/compare/rattler-v0.38.2...rattler-v0.38.3) - 2025-10-25 ### Other diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index b2812c73b5..cba73d60cc 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler" -version = "0.38.3" +version = "0.38.4" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust library to install conda environments" diff --git a/crates/rattler_cache/CHANGELOG.md b/crates/rattler_cache/CHANGELOG.md index 42e7fee223..3ed7cd3550 100644 --- a/crates/rattler_cache/CHANGELOG.md +++ b/crates/rattler_cache/CHANGELOG.md @@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/conda/rattler/compare/rattler_cache-v0.4.0...rattler_cache-v0.4.1) - 2025-10-28 + +### Other + +- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674)) + ## [0.4.0](https://github.com/conda/rattler/compare/rattler_cache-v0.3.41...rattler_cache-v0.4.0) - 2025-10-25 ### Added diff --git a/crates/rattler_cache/Cargo.toml b/crates/rattler_cache/Cargo.toml index 65a3cb6cc8..eda7095b2d 100644 --- a/crates/rattler_cache/Cargo.toml +++ b/crates/rattler_cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_cache" -version = "0.4.0" +version = "0.4.1" description = "A crate to manage the caching of data in rattler" categories = { workspace = true } homepage = { workspace = true } diff --git a/crates/rattler_conda_types/CHANGELOG.md b/crates/rattler_conda_types/CHANGELOG.md index 91a703b1c0..36f4a127db 100644 --- a/crates/rattler_conda_types/CHANGELOG.md +++ b/crates/rattler_conda_types/CHANGELOG.md @@ -39,6 +39,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.40.4](https://github.com/conda/rattler/compare/rattler_conda_types-v0.40.3...rattler_conda_types-v0.40.4) - 2025-10-28 + +### Fixed + +- sort packages when serializing repodata ([#1779](https://github.com/conda/rattler/pull/1779)) +- timestamp serialization as milliseconds ([#1776](https://github.com/conda/rattler/pull/1776)) + +### Other + +- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674)) + ## [0.40.3](https://github.com/conda/rattler/compare/rattler_conda_types-v0.40.2...rattler_conda_types-v0.40.3) - 2025-10-18 ### Added diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index 8aaaa3898b..7af346b0fd 100644 --- a/crates/rattler_conda_types/Cargo.toml +++ b/crates/rattler_conda_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_conda_types" -version = "0.40.3" +version = "0.40.4" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust data types for common types used within the Conda ecosystem" diff --git a/crates/rattler_config/CHANGELOG.md b/crates/rattler_config/CHANGELOG.md index 7dc7d5e7f9..f4d5e2b72d 100644 --- a/crates/rattler_config/CHANGELOG.md +++ b/crates/rattler_config/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.15](https://github.com/conda/rattler/compare/rattler_config-v0.2.14...rattler_config-v0.2.15) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types + ## [0.2.14](https://github.com/conda/rattler/compare/rattler_config-v0.2.13...rattler_config-v0.2.14) - 2025-10-18 ### Other diff --git a/crates/rattler_config/Cargo.toml b/crates/rattler_config/Cargo.toml index 32fa440460..f9b4e40ff7 100644 --- a/crates/rattler_config/Cargo.toml +++ b/crates/rattler_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_config" -version = "0.2.14" +version = "0.2.15" edition.workspace = true authors = [] description = "A crate to configure rattler and derived tools." diff --git a/crates/rattler_index/CHANGELOG.md b/crates/rattler_index/CHANGELOG.md index 82a5e62161..c4362de514 100644 --- a/crates/rattler_index/CHANGELOG.md +++ b/crates/rattler_index/CHANGELOG.md @@ -62,6 +62,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.0](https://github.com/conda/rattler/compare/rattler_index-v0.26.5...rattler_index-v0.27.0) - 2025-10-28 + +### Added + +- make precondition checks configurable ([#1777](https://github.com/conda/rattler/pull/1777)) + +### Other + +- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674)) + ## [0.26.5](https://github.com/conda/rattler/compare/rattler_index-v0.26.4...rattler_index-v0.26.5) - 2025-10-25 ### Other diff --git a/crates/rattler_index/Cargo.toml b/crates/rattler_index/Cargo.toml index 010688bbb7..f8dc4bcafc 100644 --- a/crates/rattler_index/Cargo.toml +++ b/crates/rattler_index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_index" -version = "0.26.5" +version = "0.27.0" edition.workspace = true authors = [] description = "A crate to index conda channels and create a repodata.json file." diff --git a/crates/rattler_lock/CHANGELOG.md b/crates/rattler_lock/CHANGELOG.md index 02aea42031..13c94ddbe9 100644 --- a/crates/rattler_lock/CHANGELOG.md +++ b/crates/rattler_lock/CHANGELOG.md @@ -44,6 +44,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.1](https://github.com/conda/rattler/compare/rattler_lock-v0.26.0...rattler_lock-v0.26.1) - 2025-10-28 + +### Fixed + +- timestamp serialization as milliseconds ([#1776](https://github.com/conda/rattler/pull/1776)) + +### Other + +- Replace fxhash with ahash ([#1674](https://github.com/conda/rattler/pull/1674)) + ## [0.26.0](https://github.com/conda/rattler/compare/rattler_lock-v0.25.3...rattler_lock-v0.26.0) - 2025-10-25 ### Added diff --git a/crates/rattler_lock/Cargo.toml b/crates/rattler_lock/Cargo.toml index 7bb51e5f02..9972abda10 100644 --- a/crates/rattler_lock/Cargo.toml +++ b/crates/rattler_lock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_lock" -version = "0.26.0" +version = "0.26.1" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust data types for conda lock" diff --git a/crates/rattler_menuinst/CHANGELOG.md b/crates/rattler_menuinst/CHANGELOG.md index 244709a9f1..a50c62834b 100644 --- a/crates/rattler_menuinst/CHANGELOG.md +++ b/crates/rattler_menuinst/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.34](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.33...rattler_menuinst-v0.2.34) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types, rattler_shell + ## [0.2.33](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.32...rattler_menuinst-v0.2.33) - 2025-10-25 ### Other diff --git a/crates/rattler_menuinst/Cargo.toml b/crates/rattler_menuinst/Cargo.toml index 9647747b8d..34ac26ba48 100644 --- a/crates/rattler_menuinst/Cargo.toml +++ b/crates/rattler_menuinst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_menuinst" -version = "0.2.33" +version = "0.2.34" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Install menu entries for a Conda package" diff --git a/crates/rattler_networking/CHANGELOG.md b/crates/rattler_networking/CHANGELOG.md index 76c9fffd68..7a8285819e 100644 --- a/crates/rattler_networking/CHANGELOG.md +++ b/crates/rattler_networking/CHANGELOG.md @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.21](https://github.com/conda/rattler/compare/rattler_networking-v0.25.20...rattler_networking-v0.25.21) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_config + ## [0.25.20](https://github.com/conda/rattler/compare/rattler_networking-v0.25.19...rattler_networking-v0.25.20) - 2025-10-18 ### Other diff --git a/crates/rattler_networking/Cargo.toml b/crates/rattler_networking/Cargo.toml index e282551af7..9106bb9211 100644 --- a/crates/rattler_networking/Cargo.toml +++ b/crates/rattler_networking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_networking" -version = "0.25.20" +version = "0.25.21" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Authenticated requests in the conda ecosystem" diff --git a/crates/rattler_package_streaming/CHANGELOG.md b/crates/rattler_package_streaming/CHANGELOG.md index 84981c08e5..3b3664c6a1 100644 --- a/crates/rattler_package_streaming/CHANGELOG.md +++ b/crates/rattler_package_streaming/CHANGELOG.md @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.13](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.23.12...rattler_package_streaming-v0.23.13) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types, rattler_networking + ## [0.23.12](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.23.11...rattler_package_streaming-v0.23.12) - 2025-10-25 ### Other diff --git a/crates/rattler_package_streaming/Cargo.toml b/crates/rattler_package_streaming/Cargo.toml index bbbd9060d7..2f4370718e 100644 --- a/crates/rattler_package_streaming/Cargo.toml +++ b/crates/rattler_package_streaming/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_package_streaming" -version = "0.23.12" +version = "0.23.13" edition.workspace = true authors = ["Bas Zalmstra "] description = "Extract and stream of Conda package archives" diff --git a/crates/rattler_repodata_gateway/CHANGELOG.md b/crates/rattler_repodata_gateway/CHANGELOG.md index 37013078c5..f7780c2aa8 100644 --- a/crates/rattler_repodata_gateway/CHANGELOG.md +++ b/crates/rattler_repodata_gateway/CHANGELOG.md @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.14](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.24.13...rattler_repodata_gateway-v0.24.14) - 2025-10-28 + +### Fixed + +- cache 404 response for sharded index ([#1780](https://github.com/conda/rattler/pull/1780)) + ## [0.24.13](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.24.12...rattler_repodata_gateway-v0.24.13) - 2025-10-25 ### Other diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index 2196c47c6c..1039bd4099 100644 --- a/crates/rattler_repodata_gateway/Cargo.toml +++ b/crates/rattler_repodata_gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_repodata_gateway" -version = "0.24.13" +version = "0.24.14" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to interact with Conda repodata" diff --git a/crates/rattler_s3/CHANGELOG.md b/crates/rattler_s3/CHANGELOG.md index e5ad33a733..6a482f6dc6 100644 --- a/crates/rattler_s3/CHANGELOG.md +++ b/crates/rattler_s3/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10](https://github.com/conda/rattler/compare/rattler_s3-v0.1.9...rattler_s3-v0.1.10) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_networking + ## [0.1.9](https://github.com/conda/rattler/compare/rattler_s3-v0.1.8...rattler_s3-v0.1.9) - 2025-10-18 ### Other diff --git a/crates/rattler_s3/Cargo.toml b/crates/rattler_s3/Cargo.toml index 0f27c3adb3..fc5c2137a6 100644 --- a/crates/rattler_s3/Cargo.toml +++ b/crates/rattler_s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_s3" -version = "0.1.9" +version = "0.1.10" description = "A crate to streamline interaction with S3 storage for rattler" categories.workspace = true homepage.workspace = true diff --git a/crates/rattler_shell/CHANGELOG.md b/crates/rattler_shell/CHANGELOG.md index 2516069152..e4c1176a8d 100644 --- a/crates/rattler_shell/CHANGELOG.md +++ b/crates/rattler_shell/CHANGELOG.md @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.7](https://github.com/conda/rattler/compare/rattler_shell-v0.25.6...rattler_shell-v0.25.7) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types + ## [0.25.6](https://github.com/conda/rattler/compare/rattler_shell-v0.25.5...rattler_shell-v0.25.6) - 2025-10-25 ### Other diff --git a/crates/rattler_shell/Cargo.toml b/crates/rattler_shell/Cargo.toml index b356c31b13..4e98f9a6a5 100644 --- a/crates/rattler_shell/Cargo.toml +++ b/crates/rattler_shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_shell" -version = "0.25.6" +version = "0.25.7" edition.workspace = true authors = ["Wolf Vollprecht "] description = "A crate to help with activation and deactivation of a conda environment" diff --git a/crates/rattler_solve/CHANGELOG.md b/crates/rattler_solve/CHANGELOG.md index ed6a013b78..54995ad4fa 100644 --- a/crates/rattler_solve/CHANGELOG.md +++ b/crates/rattler_solve/CHANGELOG.md @@ -42,6 +42,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.9](https://github.com/conda/rattler/compare/rattler_solve-v3.0.8...rattler_solve-v3.0.9) - 2025-10-28 + +### Fixed + +- timestamp serialization as milliseconds ([#1776](https://github.com/conda/rattler/pull/1776)) + ## [3.0.8](https://github.com/conda/rattler/compare/rattler_solve-v3.0.7...rattler_solve-v3.0.8) - 2025-10-18 ### Other diff --git a/crates/rattler_solve/Cargo.toml b/crates/rattler_solve/Cargo.toml index 6ef5b96431..dc6474a85e 100644 --- a/crates/rattler_solve/Cargo.toml +++ b/crates/rattler_solve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_solve" -version = "3.0.8" +version = "3.0.9" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to solve conda environments" diff --git a/crates/rattler_upload/CHANGELOG.md b/crates/rattler_upload/CHANGELOG.md index 565fff9014..bd2571841d 100644 --- a/crates/rattler_upload/CHANGELOG.md +++ b/crates/rattler_upload/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.10](https://github.com/conda/rattler/compare/rattler_upload-v0.3.9...rattler_upload-v0.3.10) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types, rattler_solve, rattler_config, rattler_networking, rattler_package_streaming, rattler_s3 + ## [0.3.9](https://github.com/conda/rattler/compare/rattler_upload-v0.3.8...rattler_upload-v0.3.9) - 2025-10-25 ### Other diff --git a/crates/rattler_upload/Cargo.toml b/crates/rattler_upload/Cargo.toml index cad636c9cc..4a7ba307ec 100644 --- a/crates/rattler_upload/Cargo.toml +++ b/crates/rattler_upload/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_upload" -version = "0.3.9" +version = "0.3.10" edition.workspace = true authors = ["Wolf Vollprecht ", "Magenta Qin "] description = "A crate to Upload conda packages to various channels." diff --git a/crates/rattler_virtual_packages/CHANGELOG.md b/crates/rattler_virtual_packages/CHANGELOG.md index 8faad5a4d8..a279432fc1 100644 --- a/crates/rattler_virtual_packages/CHANGELOG.md +++ b/crates/rattler_virtual_packages/CHANGELOG.md @@ -38,6 +38,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.5](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.2.4...rattler_virtual_packages-v2.2.5) - 2025-10-28 + +### Other + +- updated the following local packages: rattler_conda_types + ## [2.2.4](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.2.3...rattler_virtual_packages-v2.2.4) - 2025-10-18 ### Other diff --git a/crates/rattler_virtual_packages/Cargo.toml b/crates/rattler_virtual_packages/Cargo.toml index a767764108..52b677b76f 100644 --- a/crates/rattler_virtual_packages/Cargo.toml +++ b/crates/rattler_virtual_packages/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_virtual_packages" -version = "2.2.4" +version = "2.2.5" edition.workspace = true authors = ["Bas Zalmstra "] description = "Library to work with and detect Conda virtual packages" diff --git a/pixi.lock b/pixi.lock index 28046d4b77..1671e9ba66 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4398,54 +4398,54 @@ packages: - Cargo.toml - conda: crates/rattler_index name: rattler_index - version: 0.26.5 + version: 0.27.0 build: ha7ad5ef_0 subdir: linux-64 constrains: - __glibc >=2.17 license: BSD-3-Clause input: - hash: e078f1fe6eac9885b73c756fb6e06c5793b31dfd1f3ae86160e9fd3ee104ff7e + hash: d5228467a6c068c129ac08565c733bd113de776a4c403393c7c35c611a21cae9 globs: - ../../Cargo.toml - ../Cargo.toml - Cargo.toml - conda: crates/rattler_index name: rattler_index - version: 0.26.5 + version: 0.27.0 build: ha7ad5ef_0 subdir: osx-64 constrains: - __osx >=10.13 license: BSD-3-Clause input: - hash: e078f1fe6eac9885b73c756fb6e06c5793b31dfd1f3ae86160e9fd3ee104ff7e + hash: d5228467a6c068c129ac08565c733bd113de776a4c403393c7c35c611a21cae9 globs: - ../../Cargo.toml - ../Cargo.toml - Cargo.toml - conda: crates/rattler_index name: rattler_index - version: 0.26.5 + version: 0.27.0 build: ha7ad5ef_0 subdir: osx-arm64 constrains: - __osx >=11.0 license: BSD-3-Clause input: - hash: e078f1fe6eac9885b73c756fb6e06c5793b31dfd1f3ae86160e9fd3ee104ff7e + hash: d5228467a6c068c129ac08565c733bd113de776a4c403393c7c35c611a21cae9 globs: - ../../Cargo.toml - ../Cargo.toml - Cargo.toml - conda: crates/rattler_index name: rattler_index - version: 0.26.5 + version: 0.27.0 build: ha7ad5ef_0 subdir: win-64 license: BSD-3-Clause input: - hash: e078f1fe6eac9885b73c756fb6e06c5793b31dfd1f3ae86160e9fd3ee104ff7e + hash: d5228467a6c068c129ac08565c733bd113de776a4c403393c7c35c611a21cae9 globs: - ../../Cargo.toml - ../Cargo.toml