diff --git a/Cargo.lock b/Cargo.lock index 1853183858..4649b1bc52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.63.3" +version = "0.63.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f77a921dbd2c78ebe70726799787c1d110a2245dd65e39b20923dfdfb2deee" +checksum = "244f00666380d35c1c76b90f7b88a11935d11b84076ac22a4c014ea0939627af" dependencies = [ "aws-smithy-http 0.62.1", "aws-smithy-types", @@ -630,15 +630,15 @@ dependencies = [ [[package]] name = "aws-smithy-http-client" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f491388e741b7ca73b24130ff464c1478acc34d5b331b7dd0a2ee4643595a15" +checksum = "f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", "h2 0.3.26", - "h2 0.4.10", + "h2 0.4.11", "http 0.2.12", "http-body 0.4.6", "hyper 0.14.32", @@ -1251,7 +1251,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e57e3272f0190c3f1584272d613719ba5fc7df7f4942fe542e63d949cf3a649b" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", ] [[package]] @@ -1267,6 +1267,19 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "console" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "unicode-width", + "windows-sys 0.60.2", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -2273,7 +2286,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util", @@ -2282,9 +2295,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" +checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" dependencies = [ "atomic-waker", "bytes", @@ -2292,7 +2305,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.3.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "slab", "tokio", "tokio-util", @@ -2547,7 +2560,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.10", + "h2 0.4.11", "http 1.3.1", "http-body 1.0.1", "httparse", @@ -2785,9 +2798,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" dependencies = [ "equivalent", "hashbrown 0.15.4", @@ -2796,14 +2809,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.11" +version = "0.17.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" +checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056" dependencies = [ - "console", - "number_prefix", + "console 0.16.0", "portable-atomic", "unicode-width", + "unit-prefix", "web-time", ] @@ -2823,7 +2836,7 @@ version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" dependencies = [ - "console", + "console 0.15.11", "globset", "once_cell", "pest", @@ -3411,12 +3424,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "objc2-core-foundation" version = "0.3.1" @@ -3680,7 +3687,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faee7227064121fcadcd2ff788ea26f0d8f2bd23a0574da11eca23bc935bcc05" dependencies = [ "boxcar", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.13.0", "once_cell", "pep440_rs", @@ -3752,7 +3759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset", - "indexmap 2.9.0", + "indexmap 2.10.0", ] [[package]] @@ -3865,7 +3872,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d77244ce2d584cd84f6a15f86195b8c9b2a0dfbfd817c09e0464244091a58ed" dependencies = [ "base64 0.22.1", - "indexmap 2.9.0", + "indexmap 2.10.0", "quick-xml", "serde", "time", @@ -4162,19 +4169,19 @@ dependencies = [ [[package]] name = "rattler" -version = "0.34.4" +version = "0.34.5" dependencies = [ "anyhow", "assert_matches", "axum", "clap", - "console", + "console 0.15.11", "digest", "dirs", "fs-err", "futures", "humantime", - "indexmap 2.9.0", + "indexmap 2.10.0", "indicatif", "insta", "itertools 0.14.0", @@ -4218,7 +4225,7 @@ version = "0.1.0" dependencies = [ "anyhow", "clap", - "console", + "console 0.15.11", "indicatif", "itertools 0.14.0", "once_cell", @@ -4238,7 +4245,7 @@ dependencies = [ [[package]] name = "rattler_cache" -version = "0.3.23" +version = "0.3.24" dependencies = [ "anyhow", "assert_matches", @@ -4276,7 +4283,7 @@ dependencies = [ [[package]] name = "rattler_conda_types" -version = "0.35.3" +version = "0.35.4" dependencies = [ "assert_matches", "chrono", @@ -4290,7 +4297,7 @@ dependencies = [ "glob", "hex", "hex-literal", - "indexmap 2.9.0", + "indexmap 2.10.0", "insta", "itertools 0.14.0", "lazy-regex", @@ -4325,11 +4332,11 @@ dependencies = [ [[package]] name = "rattler_config" -version = "0.2.0" +version = "0.2.1" dependencies = [ - "console", + "console 0.15.11", "fs-err", - "indexmap 2.9.0", + "indexmap 2.10.0", "insta", "rattler_conda_types", "serde", @@ -4343,7 +4350,7 @@ dependencies = [ [[package]] name = "rattler_digest" -version = "1.1.3" +version = "1.1.4" dependencies = [ "blake2", "digest", @@ -4362,14 +4369,14 @@ dependencies = [ [[package]] name = "rattler_index" -version = "0.24.1" +version = "0.24.2" dependencies = [ "anyhow", "bytes", "chrono", "clap", "clap-verbosity-flag", - "console", + "console 0.15.11", "fs-err", "futures", "fxhash", @@ -4397,7 +4404,7 @@ dependencies = [ [[package]] name = "rattler_libsolv_c" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anyhow", "cc", @@ -4409,12 +4416,12 @@ dependencies = [ [[package]] name = "rattler_lock" -version = "0.23.8" +version = "0.23.9" dependencies = [ "chrono", "file_url", "fxhash", - "indexmap 2.9.0", + "indexmap 2.10.0", "insta", "itertools 0.14.0", "pep440_rs", @@ -4437,7 +4444,7 @@ dependencies = [ [[package]] name = "rattler_macros" -version = "1.0.10" +version = "1.0.11" dependencies = [ "quote", "syn", @@ -4446,7 +4453,7 @@ dependencies = [ [[package]] name = "rattler_menuinst" -version = "0.2.14" +version = "0.2.15" dependencies = [ "chrono", "configparser", @@ -4475,7 +4482,7 @@ dependencies = [ [[package]] name = "rattler_networking" -version = "0.25.3" +version = "0.25.4" dependencies = [ "anyhow", "async-trait", @@ -4511,7 +4518,7 @@ dependencies = [ [[package]] name = "rattler_package_streaming" -version = "0.22.42" +version = "0.22.43" dependencies = [ "assert_matches", "bzip2", @@ -4545,7 +4552,7 @@ dependencies = [ [[package]] name = "rattler_pty" -version = "0.2.3" +version = "0.2.4" dependencies = [ "libc", "nix 0.30.1", @@ -4554,7 +4561,7 @@ dependencies = [ [[package]] name = "rattler_redaction" -version = "0.1.11" +version = "0.1.12" dependencies = [ "reqwest", "reqwest-middleware", @@ -4563,7 +4570,7 @@ dependencies = [ [[package]] name = "rattler_repodata_gateway" -version = "0.23.4" +version = "0.23.5" dependencies = [ "anyhow", "assert_matches", @@ -4628,7 +4635,7 @@ dependencies = [ [[package]] name = "rattler_sandbox" -version = "0.1.9" +version = "0.1.10" dependencies = [ "birdcage", "clap", @@ -4639,12 +4646,12 @@ dependencies = [ [[package]] name = "rattler_shell" -version = "0.24.1" +version = "0.24.2" dependencies = [ "anyhow", "enum_dispatch", "fs-err", - "indexmap 2.9.0", + "indexmap 2.10.0", "insta", "itertools 0.14.0", "rattler_conda_types", @@ -4661,7 +4668,7 @@ dependencies = [ [[package]] name = "rattler_solve" -version = "2.1.3" +version = "2.1.4" dependencies = [ "chrono", "criterion", @@ -4687,7 +4694,7 @@ dependencies = [ [[package]] name = "rattler_virtual_packages" -version = "2.0.16" +version = "2.0.17" dependencies = [ "archspec", "libloading", @@ -4859,9 +4866,9 @@ dependencies = [ [[package]] name = "reqsign" -version = "0.16.3" +version = "0.16.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9323c0afb30e54f793f4705b10c890395bccc87c6e6ea62c4e7e82d09a380dc6" +checksum = "43451dbf3590a7590684c25fb8d12ecdcc90ed3ac123433e500447c7d77ed701" dependencies = [ "anyhow", "async-trait", @@ -4883,13 +4890,14 @@ dependencies = [ "serde_json", "sha1", "sha2", + "tokio", ] [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" dependencies = [ "async-compression", "base64 0.22.1", @@ -4898,7 +4906,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.4.10", + "h2 0.4.11", "http 1.3.1", "http-body 1.0.1", "http-body-util", @@ -4984,7 +4992,7 @@ dependencies = [ "event-listener", "futures", "human_bytes", - "indexmap 2.9.0", + "indexmap 2.10.0", "itertools 0.14.0", "petgraph", "serde", @@ -5289,6 +5297,18 @@ dependencies = [ "serde_json", ] +[[package]] +name = "schemars" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1375ba8ef45a6f15d83fa8748f1079428295d403d6ea991d09ab100155fbc06d" +dependencies = [ + "dyn-clone", + "ref-cast", + "serde", + "serde_json", +] + [[package]] name = "scopeguard" version = "1.2.0" @@ -5442,7 +5462,7 @@ version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "memchr", "ryu", @@ -5483,16 +5503,17 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42" +checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.9.0", - "schemars", + "indexmap 2.10.0", + "schemars 0.9.0", + "schemars 1.0.3", "serde", "serde_derive", "serde_json", @@ -5502,9 +5523,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77" +checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" dependencies = [ "darling", "proc-macro2", @@ -5518,7 +5539,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "itoa", "ryu", "serde", @@ -5634,7 +5655,7 @@ version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" dependencies = [ - "console", + "console 0.15.11", "similar", ] @@ -6146,7 +6167,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.9.0", + "indexmap 2.10.0", "serde", "serde_spanned", "toml_datetime", @@ -6413,6 +6434,12 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +[[package]] +name = "unit-prefix" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" + [[package]] name = "unsafe-libyaml" version = "0.2.11" @@ -7329,7 +7356,7 @@ dependencies = [ "arbitrary", "crc32fast", "flate2", - "indexmap 2.9.0", + "indexmap 2.10.0", "memchr", "time", "zopfli", diff --git a/Cargo.toml b/Cargo.toml index 39c400a6b2..40eee9c6a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,25 +183,25 @@ 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. file_url = { path = "crates/file_url", version = "=0.2.5", default-features = false } -rattler = { path = "crates/rattler", version = "=0.34.4", default-features = false } -rattler_cache = { path = "crates/rattler_cache", version = "=0.3.23", default-features = false } -rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.35.3", default-features = false } -rattler_config = { path = "crates/rattler_config", version = "=0.2.0", default-features = false } -rattler_digest = { path = "crates/rattler_digest", version = "=1.1.3", default-features = false } -rattler_index = { path = "crates/rattler_index", version = "=0.24.1", default-features = false } -rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.2", default-features = false } -rattler_lock = { path = "crates/rattler_lock", version = "=0.23.8", default-features = false } -rattler_macros = { path = "crates/rattler_macros", version = "=1.0.10", default-features = false } -rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.14", default-features = false } -rattler_networking = { path = "crates/rattler_networking", version = "=0.25.3", default-features = false } -rattler_pty = { path = "crates/rattler_pty", version = "=0.2.3", default-features = false } -rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.11", default-features = false } -rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.22.42", default-features = false } -rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.23.4", default-features = false } -rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.1.9", default-features = false } -rattler_shell = { path = "crates/rattler_shell", version = "=0.24.1", default-features = false } -rattler_solve = { path = "crates/rattler_solve", version = "=2.1.3", default-features = false } -rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.0.16", default-features = false } +rattler = { path = "crates/rattler", version = "=0.34.5", default-features = false } +rattler_cache = { path = "crates/rattler_cache", version = "=0.3.24", default-features = false } +rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.35.4", default-features = false } +rattler_config = { path = "crates/rattler_config", version = "=0.2.1", default-features = false } +rattler_digest = { path = "crates/rattler_digest", version = "=1.1.4", default-features = false } +rattler_index = { path = "crates/rattler_index", version = "=0.24.2", 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.23.9", 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.15", default-features = false } +rattler_networking = { path = "crates/rattler_networking", version = "=0.25.4", default-features = false } +rattler_pty = { path = "crates/rattler_pty", version = "=0.2.4", default-features = false } +rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false } +rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.22.43", default-features = false } +rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.23.5", default-features = false } +rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.1.10", default-features = false } +rattler_shell = { path = "crates/rattler_shell", version = "=0.24.2", default-features = false } +rattler_solve = { path = "crates/rattler_solve", version = "=2.1.4", default-features = false } +rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.0.17", 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/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md index 9e499a33b8..a679818c90 100644 --- a/crates/rattler/CHANGELOG.md +++ b/crates/rattler/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.5](https://github.com/conda/rattler/compare/rattler-v0.34.4...rattler-v0.34.5) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.34.4](https://github.com/conda/rattler/compare/rattler-v0.34.3...rattler-v0.34.4) - 2025-06-26 ### Fixed diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index 68b926da70..1b06654d12 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler" -version = "0.34.4" +version = "0.34.5" 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 6c0f6ebf22..5a72e8cd78 100644 --- a/crates/rattler_cache/CHANGELOG.md +++ b/crates/rattler_cache/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.24](https://github.com/conda/rattler/compare/rattler_cache-v0.3.23...rattler_cache-v0.3.24) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.3.23](https://github.com/conda/rattler/compare/rattler_cache-v0.3.22...rattler_cache-v0.3.23) - 2025-06-26 ### Other diff --git a/crates/rattler_cache/Cargo.toml b/crates/rattler_cache/Cargo.toml index c3d6e37bc4..9bdaf71699 100644 --- a/crates/rattler_cache/Cargo.toml +++ b/crates/rattler_cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_cache" -version = "0.3.23" +version = "0.3.24" 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 20f9038024..34770188f3 100644 --- a/crates/rattler_conda_types/CHANGELOG.md +++ b/crates/rattler_conda_types/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.35.4](https://github.com/conda/rattler/compare/rattler_conda_types-v0.35.3...rattler_conda_types-v0.35.4) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) +- use kebab-case ([#1482](https://github.com/conda/rattler/pull/1482)) + ## [0.35.3](https://github.com/conda/rattler/compare/rattler_conda_types-v0.35.2...rattler_conda_types-v0.35.3) - 2025-06-26 ### Fixed diff --git a/crates/rattler_conda_types/Cargo.toml b/crates/rattler_conda_types/Cargo.toml index 09ef2c30a2..2d28f253de 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.35.3" +version = "0.35.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 a8c27caf30..e7f5737dfb 100644 --- a/crates/rattler_config/CHANGELOG.md +++ b/crates/rattler_config/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/conda/rattler/compare/rattler_config-v0.2.0...rattler_config-v0.2.1) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) +- use kebab-case ([#1482](https://github.com/conda/rattler/pull/1482)) + ## [0.2.0](https://github.com/conda/rattler/compare/rattler_config-v0.1.1...rattler_config-v0.2.0) - 2025-06-26 ### Other diff --git a/crates/rattler_config/Cargo.toml b/crates/rattler_config/Cargo.toml index 5139e5b037..76263c6e84 100644 --- a/crates/rattler_config/Cargo.toml +++ b/crates/rattler_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_config" -version = "0.2.0" +version = "0.2.1" edition.workspace = true authors = [] description = "A crate to configure rattler and derived tools." diff --git a/crates/rattler_digest/CHANGELOG.md b/crates/rattler_digest/CHANGELOG.md index ca64c4b7d4..c67f1a43e9 100644 --- a/crates/rattler_digest/CHANGELOG.md +++ b/crates/rattler_digest/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4](https://github.com/conda/rattler/compare/rattler_digest-v1.1.3...rattler_digest-v1.1.4) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [1.1.3](https://github.com/conda/rattler/compare/rattler_digest-v1.1.2...rattler_digest-v1.1.3) - 2025-06-23 ### Other diff --git a/crates/rattler_digest/Cargo.toml b/crates/rattler_digest/Cargo.toml index b91cd6f4a4..0ad2a2e5d3 100644 --- a/crates/rattler_digest/Cargo.toml +++ b/crates/rattler_digest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_digest" -version = "1.1.3" +version = "1.1.4" edition.workspace = true authors = ["Bas Zalmstra "] description = "An simple crate used by rattler crates to compute different hashes from different sources" diff --git a/crates/rattler_index/CHANGELOG.md b/crates/rattler_index/CHANGELOG.md index 81fcc9f911..84aedcd1eb 100644 --- a/crates/rattler_index/CHANGELOG.md +++ b/crates/rattler_index/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.2](https://github.com/conda/rattler/compare/rattler_index-v0.24.1...rattler_index-v0.24.2) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.24.1](https://github.com/conda/rattler/compare/rattler_index-v0.24.0...rattler_index-v0.24.1) - 2025-06-26 ### Other diff --git a/crates/rattler_index/Cargo.toml b/crates/rattler_index/Cargo.toml index 8b6bbb5e94..5000276483 100644 --- a/crates/rattler_index/Cargo.toml +++ b/crates/rattler_index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_index" -version = "0.24.1" +version = "0.24.2" edition.workspace = true authors = [] description = "A crate to index conda channels and create a repodata.json file." diff --git a/crates/rattler_libsolv_c/CHANGELOG.md b/crates/rattler_libsolv_c/CHANGELOG.md index 11213a9d9a..85c2e4c4b2 100644 --- a/crates/rattler_libsolv_c/CHANGELOG.md +++ b/crates/rattler_libsolv_c/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3](https://github.com/conda/rattler/compare/rattler_libsolv_c-v1.2.2...rattler_libsolv_c-v1.2.3) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [1.2.2](https://github.com/conda/rattler/compare/rattler_libsolv_c-v1.2.1...rattler_libsolv_c-v1.2.2) - 2025-06-23 ### Other diff --git a/crates/rattler_libsolv_c/Cargo.toml b/crates/rattler_libsolv_c/Cargo.toml index c1a2750396..19a34062e8 100644 --- a/crates/rattler_libsolv_c/Cargo.toml +++ b/crates/rattler_libsolv_c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_libsolv_c" -version = "1.2.2" +version = "1.2.3" edition.workspace = true authors = ["Bas Zalmstra "] description = "Bindings for libsolv" diff --git a/crates/rattler_lock/CHANGELOG.md b/crates/rattler_lock/CHANGELOG.md index cb8b465df2..a1175c09ec 100644 --- a/crates/rattler_lock/CHANGELOG.md +++ b/crates/rattler_lock/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.9](https://github.com/conda/rattler/compare/rattler_lock-v0.23.8...rattler_lock-v0.23.9) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.23.8](https://github.com/conda/rattler/compare/rattler_lock-v0.23.7...rattler_lock-v0.23.8) - 2025-06-26 ### Other diff --git a/crates/rattler_lock/Cargo.toml b/crates/rattler_lock/Cargo.toml index eb50adf48b..44051b687b 100644 --- a/crates/rattler_lock/Cargo.toml +++ b/crates/rattler_lock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_lock" -version = "0.23.8" +version = "0.23.9" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust data types for conda lock" diff --git a/crates/rattler_macros/CHANGELOG.md b/crates/rattler_macros/CHANGELOG.md index deaedf90b1..3ef3b6b570 100644 --- a/crates/rattler_macros/CHANGELOG.md +++ b/crates/rattler_macros/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.11](https://github.com/conda/rattler/compare/rattler_macros-v1.0.10...rattler_macros-v1.0.11) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [1.0.10](https://github.com/conda/rattler/compare/rattler_macros-v1.0.9...rattler_macros-v1.0.10) - 2025-06-23 ### Other diff --git a/crates/rattler_macros/Cargo.toml b/crates/rattler_macros/Cargo.toml index cace79f79b..56c40845dd 100644 --- a/crates/rattler_macros/Cargo.toml +++ b/crates/rattler_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_macros" -version = "1.0.10" +version = "1.0.11" edition.workspace = true authors = ["Wolf Vollprecht "] description = "A crate that provideds some procedural macros for the rattler project" diff --git a/crates/rattler_menuinst/CHANGELOG.md b/crates/rattler_menuinst/CHANGELOG.md index f14d87a329..1ef4e2772c 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.15](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.14...rattler_menuinst-v0.2.15) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.2.14](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.13...rattler_menuinst-v0.2.14) - 2025-06-26 ### Other diff --git a/crates/rattler_menuinst/Cargo.toml b/crates/rattler_menuinst/Cargo.toml index 11f0f549cc..713da59328 100644 --- a/crates/rattler_menuinst/Cargo.toml +++ b/crates/rattler_menuinst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_menuinst" -version = "0.2.14" +version = "0.2.15" 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 d01aff452f..d7c91be690 100644 --- a/crates/rattler_networking/CHANGELOG.md +++ b/crates/rattler_networking/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.4](https://github.com/conda/rattler/compare/rattler_networking-v0.25.3...rattler_networking-v0.25.4) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.25.3](https://github.com/conda/rattler/compare/rattler_networking-v0.25.2...rattler_networking-v0.25.3) - 2025-06-26 ### Other diff --git a/crates/rattler_networking/Cargo.toml b/crates/rattler_networking/Cargo.toml index d87edb5f21..a39febbd65 100644 --- a/crates/rattler_networking/Cargo.toml +++ b/crates/rattler_networking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_networking" -version = "0.25.3" +version = "0.25.4" 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 adbfd1ad80..3e9b17ddf4 100644 --- a/crates/rattler_package_streaming/CHANGELOG.md +++ b/crates/rattler_package_streaming/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.43](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.22.42...rattler_package_streaming-v0.22.43) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.22.42](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.22.41...rattler_package_streaming-v0.22.42) - 2025-06-26 ### Other diff --git a/crates/rattler_package_streaming/Cargo.toml b/crates/rattler_package_streaming/Cargo.toml index 53eea714ae..5ed1f0511e 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.22.42" +version = "0.22.43" edition.workspace = true authors = ["Bas Zalmstra "] description = "Extract and stream of Conda package archives" diff --git a/crates/rattler_pty/CHANGELOG.md b/crates/rattler_pty/CHANGELOG.md index fb4942dc63..779c4a8301 100644 --- a/crates/rattler_pty/CHANGELOG.md +++ b/crates/rattler_pty/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/conda/rattler/compare/rattler_pty-v0.2.3...rattler_pty-v0.2.4) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.2.3](https://github.com/conda/rattler/compare/rattler_pty-v0.2.2...rattler_pty-v0.2.3) - 2025-06-26 ### Other diff --git a/crates/rattler_pty/Cargo.toml b/crates/rattler_pty/Cargo.toml index f6373e2a76..71dec8f073 100644 --- a/crates/rattler_pty/Cargo.toml +++ b/crates/rattler_pty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_pty" -version = "0.2.3" +version = "0.2.4" description = "A crate to create pty" categories.workspace = true homepage.workspace = true diff --git a/crates/rattler_redaction/CHANGELOG.md b/crates/rattler_redaction/CHANGELOG.md index 0f8cbac33e..c6a5567987 100644 --- a/crates/rattler_redaction/CHANGELOG.md +++ b/crates/rattler_redaction/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.12](https://github.com/conda/rattler/compare/rattler_redaction-v0.1.11...rattler_redaction-v0.1.12) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.1.11](https://github.com/conda/rattler/compare/rattler_redaction-v0.1.10...rattler_redaction-v0.1.11) - 2025-06-23 ### Other diff --git a/crates/rattler_redaction/Cargo.toml b/crates/rattler_redaction/Cargo.toml index cfab12831f..71b37656ed 100644 --- a/crates/rattler_redaction/Cargo.toml +++ b/crates/rattler_redaction/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_redaction" -version = "0.1.11" +version = "0.1.12" edition.workspace = true authors = ["Wolf Vollprecht "] description = "Redact sensitive information from URLs (ie. conda tokens)" diff --git a/crates/rattler_repodata_gateway/CHANGELOG.md b/crates/rattler_repodata_gateway/CHANGELOG.md index cca15481c6..d7ee3cd68e 100644 --- a/crates/rattler_repodata_gateway/CHANGELOG.md +++ b/crates/rattler_repodata_gateway/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.23.5](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.23.4...rattler_repodata_gateway-v0.23.5) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.23.4](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.23.3...rattler_repodata_gateway-v0.23.4) - 2025-06-26 ### Other diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index 03fc6d844a..360f38c3fd 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.23.4" +version = "0.23.5" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to interact with Conda repodata" diff --git a/crates/rattler_sandbox/CHANGELOG.md b/crates/rattler_sandbox/CHANGELOG.md index bc315f218a..52f5b14f74 100644 --- a/crates/rattler_sandbox/CHANGELOG.md +++ b/crates/rattler_sandbox/CHANGELOG.md @@ -6,6 +6,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_sandbox-v0.1.9...rattler_sandbox-v0.1.10) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.1.9](https://github.com/conda/rattler/compare/rattler_sandbox-v0.1.8...rattler_sandbox-v0.1.9) - 2025-06-23 ### Other diff --git a/crates/rattler_sandbox/Cargo.toml b/crates/rattler_sandbox/Cargo.toml index 4904aee9e5..aafd4ac317 100644 --- a/crates/rattler_sandbox/Cargo.toml +++ b/crates/rattler_sandbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_sandbox" -version = "0.1.9" +version = "0.1.10" description = "A crate to run executables in a sandbox" categories.workspace = true homepage.workspace = true diff --git a/crates/rattler_shell/CHANGELOG.md b/crates/rattler_shell/CHANGELOG.md index 8b6e7eb4af..2a46492481 100644 --- a/crates/rattler_shell/CHANGELOG.md +++ b/crates/rattler_shell/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.2](https://github.com/conda/rattler/compare/rattler_shell-v0.24.1...rattler_shell-v0.24.2) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [0.24.1](https://github.com/conda/rattler/compare/rattler_shell-v0.24.0...rattler_shell-v0.24.1) - 2025-06-26 ### Other diff --git a/crates/rattler_shell/Cargo.toml b/crates/rattler_shell/Cargo.toml index 08657c1893..47c3ff904a 100644 --- a/crates/rattler_shell/Cargo.toml +++ b/crates/rattler_shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_shell" -version = "0.24.1" +version = "0.24.2" 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 a7e74f1a06..4932225448 100644 --- a/crates/rattler_solve/CHANGELOG.md +++ b/crates/rattler_solve/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.4](https://github.com/conda/rattler/compare/rattler_solve-v2.1.3...rattler_solve-v2.1.4) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [2.1.3](https://github.com/conda/rattler/compare/rattler_solve-v2.1.2...rattler_solve-v2.1.3) - 2025-06-26 ### Other diff --git a/crates/rattler_solve/Cargo.toml b/crates/rattler_solve/Cargo.toml index de2fa80b4e..281f5cabeb 100644 --- a/crates/rattler_solve/Cargo.toml +++ b/crates/rattler_solve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_solve" -version = "2.1.3" +version = "2.1.4" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to solve conda environments" diff --git a/crates/rattler_virtual_packages/CHANGELOG.md b/crates/rattler_virtual_packages/CHANGELOG.md index 270c64aa36..91b08cbfb5 100644 --- a/crates/rattler_virtual_packages/CHANGELOG.md +++ b/crates/rattler_virtual_packages/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.17](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.0.16...rattler_virtual_packages-v2.0.17) - 2025-07-01 + +### Fixed + +- *(ci)* run pre-commit-run for all files ([#1481](https://github.com/conda/rattler/pull/1481)) + ## [2.0.16](https://github.com/conda/rattler/compare/rattler_virtual_packages-v2.0.15...rattler_virtual_packages-v2.0.16) - 2025-06-26 ### Other diff --git a/crates/rattler_virtual_packages/Cargo.toml b/crates/rattler_virtual_packages/Cargo.toml index d7ff0a127b..0163d439c0 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.0.16" +version = "2.0.17" edition.workspace = true authors = ["Bas Zalmstra "] description = "Library to work with and detect Conda virtual packages"