Skip to content

Commit 031155b

Browse files
chore: release (#1756)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 276f435 commit 031155b

File tree

35 files changed

+172
-76
lines changed

35 files changed

+172
-76
lines changed

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -183,27 +183,27 @@ zstd = { version = "0.13.3", default-features = false }
183183
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
184184
file_url = { path = "crates/file_url", version = "=0.2.6", default-features = false }
185185
path_resolver = { path = "crates/path_resolver", version = "=0.2.1", default-features = false }
186-
rattler = { path = "crates/rattler", version = "=0.38.1", default-features = false }
187-
rattler_cache = { path = "crates/rattler_cache", version = "=0.3.40", default-features = false }
188-
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.2", default-features = false }
189-
rattler_config = { path = "crates/rattler_config", version = "=0.2.13", default-features = false }
186+
rattler = { path = "crates/rattler", version = "=0.38.2", default-features = false }
187+
rattler_cache = { path = "crates/rattler_cache", version = "=0.3.41", default-features = false }
188+
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.3", default-features = false }
189+
rattler_config = { path = "crates/rattler_config", version = "=0.2.14", default-features = false }
190190
rattler_digest = { path = "crates/rattler_digest", version = "=1.1.7", default-features = false }
191-
rattler_index = { path = "crates/rattler_index", version = "=0.26.3", default-features = false }
191+
rattler_index = { path = "crates/rattler_index", version = "=0.26.4", default-features = false }
192192
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.3", default-features = false }
193-
rattler_lock = { path = "crates/rattler_lock", version = "=0.25.2", default-features = false }
193+
rattler_lock = { path = "crates/rattler_lock", version = "=0.25.3", default-features = false }
194194
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false }
195-
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.31", default-features = false }
196-
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.19", default-features = false }
197-
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.10", default-features = false }
195+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.32", default-features = false }
196+
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.20", default-features = false }
197+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.11", default-features = false }
198198
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false }
199199
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false }
200-
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.11", default-features = false }
201-
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.8", default-features = false }
202-
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.3", default-features = false }
203-
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.4", default-features = false }
204-
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.7", default-features = false }
205-
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.7", default-features = false }
206-
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.3", default-features = false }
200+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.12", default-features = false }
201+
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.9", default-features = false }
202+
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.4", default-features = false }
203+
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.5", default-features = false }
204+
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.8", default-features = false }
205+
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.8", default-features = false }
206+
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.4", default-features = false }
207207

208208
# This is also a rattler crate, but we only pin it to minor version
209209
simple_spawn_blocking = { path = "crates/simple_spawn_blocking", version = "1.1", default-features = false }

crates/rattler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383

8484
## [Unreleased]
8585

86+
## [0.38.2](https://github.com/conda/rattler/compare/rattler-v0.38.1...rattler-v0.38.2) - 2025-10-18
87+
88+
### Other
89+
90+
- updated the following local packages: rattler_conda_types, rattler_package_streaming, rattler_networking, rattler_cache, rattler_shell, rattler_menuinst
91+
8692
## [0.38.1](https://github.com/conda/rattler/compare/rattler-v0.38.0...rattler-v0.38.1) - 2025-10-17
8793

8894
### Other

crates/rattler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <[email protected]>"]
66
description = "Rust library to install conda environments"

crates/rattler_cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949

5050
## [Unreleased]
5151

52+
## [0.3.41](https://github.com/conda/rattler/compare/rattler_cache-v0.3.40...rattler_cache-v0.3.41) - 2025-10-18
53+
54+
### Other
55+
56+
- updated the following local packages: rattler_conda_types, rattler_package_streaming, rattler_networking
57+
5258
## [0.3.40](https://github.com/conda/rattler/compare/rattler_cache-v0.3.39...rattler_cache-v0.3.40) - 2025-10-17
5359

5460
### Other

crates/rattler_cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler_cache"
3-
version = "0.3.40"
3+
version = "0.3.41"
44
description = "A crate to manage the caching of data in rattler"
55
categories = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)