Skip to content

Commit a8f3bee

Browse files
chore: release
1 parent 8e2abc5 commit a8f3bee

File tree

34 files changed

+201
-110
lines changed

34 files changed

+201
-110
lines changed

Cargo.lock

Lines changed: 72 additions & 78 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.2", default-features = false }
186-
rattler = { path = "crates/rattler", version = "=0.38.4", default-features = false }
187-
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.1", default-features = false }
188-
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.4", default-features = false }
189-
rattler_config = { path = "crates/rattler_config", version = "=0.2.15", default-features = false }
186+
rattler = { path = "crates/rattler", version = "=0.39.0", default-features = false }
187+
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.2", default-features = false }
188+
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.5", default-features = false }
189+
rattler_config = { path = "crates/rattler_config", version = "=0.2.16", 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.27.0", default-features = false }
191+
rattler_index = { path = "crates/rattler_index", version = "=0.27.1", 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.26.1", default-features = false }
193+
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.2", 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.34", default-features = false }
196-
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.21", default-features = false }
197-
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.13", default-features = false }
195+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.35", default-features = false }
196+
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.22", default-features = false }
197+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.14", 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.14", default-features = false }
201-
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.10", default-features = false }
202-
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.5", default-features = false }
203-
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.7", default-features = false }
204-
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.9", default-features = false }
205-
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.10", default-features = false }
206-
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.5", default-features = false }
200+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.15", default-features = false }
201+
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.11", default-features = false }
202+
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.6", default-features = false }
203+
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.8", default-features = false }
204+
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.10", default-features = false }
205+
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.0", default-features = false }
206+
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.6", 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.39.0](https://github.com/conda/rattler/compare/rattler-v0.38.4...rattler-v0.39.0) - 2025-11-04
87+
88+
### Added
89+
90+
- add post-link and pre-unlink to reporter interface ([#1793](https://github.com/conda/rattler/pull/1793))
91+
8692
## [0.38.4](https://github.com/conda/rattler/compare/rattler-v0.38.3...rattler-v0.38.4) - 2025-10-28
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.4"
3+
version = "0.39.0"
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.4.2](https://github.com/conda/rattler/compare/rattler_cache-v0.4.1...rattler_cache-v0.4.2) - 2025-11-04
53+
54+
### Other
55+
56+
- updated the following local packages: rattler_conda_types, rattler_networking, rattler_package_streaming
57+
5258
## [0.4.1](https://github.com/conda/rattler/compare/rattler_cache-v0.4.0...rattler_cache-v0.4.1) - 2025-10-28
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.4.1"
3+
version = "0.4.2"
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.40.5](https://github.com/conda/rattler/compare/rattler_conda_types-v0.40.4...rattler_conda_types-v0.40.5) - 2025-11-04
43+
44+
### Fixed
45+
46+
- `Version::starts_with` for versions with differing non-final component sizes ([#1791](https://github.com/conda/rattler/pull/1791))
47+
4248
## [0.40.4](https://github.com/conda/rattler/compare/rattler_conda_types-v0.40.3...rattler_conda_types-v0.40.4) - 2025-10-28
4349

4450
### Fixed

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.40.4"
3+
version = "0.40.5"
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.16](https://github.com/conda/rattler/compare/rattler_config-v0.2.15...rattler_config-v0.2.16) - 2025-11-04
11+
12+
### Other
13+
14+
- updated the following local packages: rattler_conda_types
15+
1016
## [0.2.15](https://github.com/conda/rattler/compare/rattler_config-v0.2.14...rattler_config-v0.2.15) - 2025-10-28
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.15"
3+
version = "0.2.16"
44
edition.workspace = true
55
authors = []
66
description = "A crate to configure rattler and derived tools."

0 commit comments

Comments
 (0)