Skip to content

Commit e2cbdc5

Browse files
chore: release
1 parent 1d9dfa4 commit e2cbdc5

File tree

34 files changed

+146
-48
lines changed

34 files changed

+146
-48
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -184,27 +184,27 @@ zstd = { version = "0.13.3", default-features = false }
184184
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
185185
file_url = { path = "crates/file_url", version = "=0.2.6", default-features = false }
186186
path_resolver = { path = "crates/path_resolver", version = "=0.2.2", default-features = false }
187-
rattler = { path = "crates/rattler", version = "=0.39.4", default-features = false }
188-
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.3", default-features = false }
189-
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.42.1", default-features = false }
190-
rattler_config = { path = "crates/rattler_config", version = "=0.2.20", default-features = false }
187+
rattler = { path = "crates/rattler", version = "=0.39.5", default-features = false }
188+
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.4", default-features = false }
189+
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.42.2", default-features = false }
190+
rattler_config = { path = "crates/rattler_config", version = "=0.2.21", default-features = false }
191191
rattler_digest = { path = "crates/rattler_digest", version = "=1.2.0", default-features = false }
192-
rattler_index = { path = "crates/rattler_index", version = "=0.27.5", default-features = false }
193-
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.3", default-features = false }
194-
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.6", default-features = false }
192+
rattler_index = { path = "crates/rattler_index", version = "=0.27.6", default-features = false }
193+
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.3.0", default-features = false }
194+
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.7", default-features = false }
195195
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false }
196-
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.39", default-features = false }
197-
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.26", default-features = false }
198-
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.18", default-features = false }
196+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.40", default-features = false }
197+
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.27", default-features = false }
198+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.19", default-features = false }
199199
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false }
200200
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false }
201-
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.25.4", default-features = false }
202-
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.15", default-features = false }
201+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.25.5", default-features = false }
202+
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.16", default-features = false }
203203
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.8", default-features = false }
204-
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.12", default-features = false }
205-
rattler_solve = { path = "crates/rattler_solve", version = "=4.0.1", default-features = false }
206-
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.4", default-features = false }
207-
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.1", default-features = false }
204+
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.13", default-features = false }
205+
rattler_solve = { path = "crates/rattler_solve", version = "=4.1.0", default-features = false }
206+
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.5", default-features = false }
207+
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.2", default-features = false }
208208

209209
# This is also a rattler crate, but we only pin it to minor version
210210
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.39.5](https://github.com/conda/rattler/compare/rattler-v0.39.4...rattler-v0.39.5) - 2025-11-27
87+
88+
### Other
89+
90+
- updated the following local packages: rattler_conda_types, rattler_networking, rattler_menuinst, rattler_package_streaming, rattler_cache, rattler_shell
91+
8692
## [0.39.4](https://github.com/conda/rattler/compare/rattler-v0.39.3...rattler-v0.39.4) - 2025-11-25
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.39.4"
3+
version = "0.39.5"
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.6.4](https://github.com/conda/rattler/compare/rattler_cache-v0.6.3...rattler_cache-v0.6.4) - 2025-11-27
53+
54+
### Other
55+
56+
- updated the following local packages: rattler_conda_types, rattler_networking, rattler_package_streaming
57+
5258
## [0.6.3](https://github.com/conda/rattler/compare/rattler_cache-v0.6.2...rattler_cache-v0.6.3) - 2025-11-25
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.6.3"
3+
version = "0.6.4"
44
description = "A crate to manage the caching of data in rattler"
55
categories = { workspace = true }
66
homepage = { workspace = true }

crates/rattler_conda_types/CHANGELOG.md

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

4040
## [Unreleased]
4141

42+
## [0.42.2](https://github.com/conda/rattler/compare/rattler_conda_types-v0.42.1...rattler_conda_types-v0.42.2) - 2025-11-27
43+
44+
### Other
45+
46+
- update Cargo.toml dependencies
47+
4248
## [0.42.1](https://github.com/conda/rattler/compare/rattler_conda_types-v0.42.0...rattler_conda_types-v0.42.1) - 2025-11-25
4349

4450
### Added

crates/rattler_conda_types/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_conda_types"
3-
version = "0.42.1"
3+
version = "0.42.2"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <[email protected]>"]
66
description = "Rust data types for common types used within the Conda ecosystem"

crates/rattler_config/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.21](https://github.com/conda/rattler/compare/rattler_config-v0.2.20...rattler_config-v0.2.21) - 2025-11-27
11+
12+
### Other
13+
14+
- updated the following local packages: rattler_conda_types
15+
1016
## [0.2.20](https://github.com/conda/rattler/compare/rattler_config-v0.2.19...rattler_config-v0.2.20) - 2025-11-25
1117

1218
### Other

crates/rattler_config/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_config"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
edition.workspace = true
55
authors = []
66
description = "A crate to configure rattler and derived tools."

0 commit comments

Comments
 (0)