Skip to content

Commit d61e65b

Browse files
chore: release (#2142)
1 parent 4b1b56f commit d61e65b

File tree

34 files changed

+472
-283
lines changed

34 files changed

+472
-283
lines changed

Cargo.lock

Lines changed: 305 additions & 251 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
@@ -200,30 +200,30 @@ zstd = { version = "0.13.3", default-features = false }
200200
# These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tandem.
201201
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
202202
file_url = { path = "crates/file_url", version = "=0.2.7", default-features = false }
203-
path_resolver = { path = "crates/path_resolver", version = "=0.2.5", default-features = false }
204-
rattler = { path = "crates/rattler", version = "=0.39.15", default-features = false }
205-
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.14", default-features = false }
206-
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.43.5", default-features = false }
207-
rattler_config = { path = "crates/rattler_config", version = "=0.3.2", default-features = false }
203+
path_resolver = { path = "crates/path_resolver", version = "=0.2.6", default-features = false }
204+
rattler = { path = "crates/rattler", version = "=0.40.0", default-features = false }
205+
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.15", default-features = false }
206+
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.44.0", default-features = false }
207+
rattler_config = { path = "crates/rattler_config", version = "=0.3.3", default-features = false }
208208
rattler_digest = { path = "crates/rattler_digest", version = "=1.2.2", default-features = false }
209209
rattler_git = { path = "crates/rattler_git", version = "=0.1.0", default-features = false }
210-
rattler_index = { path = "crates/rattler_index", version = "=0.27.16", default-features = false }
210+
rattler_index = { path = "crates/rattler_index", version = "=0.27.17", default-features = false }
211211
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.3.1", default-features = false }
212-
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.16", default-features = false }
212+
rattler_lock = { path = "crates/rattler_lock", version = "=0.27.0", default-features = false }
213213
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.12", default-features = false }
214-
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.49", default-features = false }
215-
rattler_networking = { path = "crates/rattler_networking", version = "=0.26.2", default-features = false }
216-
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.24.2", default-features = false }
214+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.50", default-features = false }
215+
rattler_networking = { path = "crates/rattler_networking", version = "=0.26.3", default-features = false }
216+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.24.3", default-features = false }
217217
rattler_prefix_guard = { path = "crates/rattler_prefix_guard", version = "=0.1.0", default-features = false }
218218
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.9", default-features = false }
219219
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.13", default-features = false }
220-
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.26.2", default-features = false }
221-
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.25", default-features = false }
220+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.27.0", default-features = false }
221+
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.26", default-features = false }
222222
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.13", default-features = false }
223-
rattler_shell = { path = "crates/rattler_shell", version = "=0.26.2", default-features = false }
224-
rattler_solve = { path = "crates/rattler_solve", version = "=4.2.6", default-features = false }
225-
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.15", default-features = false }
226-
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.11", default-features = false }
223+
rattler_shell = { path = "crates/rattler_shell", version = "=0.26.3", default-features = false }
224+
rattler_solve = { path = "crates/rattler_solve", version = "=5.0.0", default-features = false }
225+
rattler_upload = { path = "crates/rattler_upload", version = "=0.5.0", default-features = false }
226+
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.12", default-features = false }
227227

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

crates/path_resolver/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.6](https://github.com/conda/rattler/compare/path_resolver-v0.2.5...path_resolver-v0.2.6) - 2026-03-16
11+
12+
### Other
13+
14+
- Improve path_resolver robustness with expanded test suite ([#2192](https://github.com/conda/rattler/pull/2192))
15+
1016
## [0.2.5](https://github.com/conda/rattler/compare/path_resolver-v0.2.4...path_resolver-v0.2.5) - 2026-02-19
1117

1218
### Other

crates/path_resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "path_resolver"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
categories.workspace = true
55
homepage.workspace = true
66
repository.workspace = true

crates/rattler/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.40.0](https://github.com/conda/rattler/compare/rattler-v0.39.15...rattler-v0.40.0) - 2026-03-16
11+
12+
### Added
13+
14+
- [**breaking**] Make name in MatchSpec non-optional ([#2132](https://github.com/conda/rattler/pull/2132))
15+
16+
### Fixed
17+
18+
- record actual link type in PrefixRecord ([#2169](https://github.com/conda/rattler/pull/2169))
19+
- validate symlink targets to prevent prefix escape ([#2143](https://github.com/conda/rattler/pull/2143))
20+
1021
## [0.39.15](https://github.com/conda/rattler/compare/rattler-v0.39.14...rattler-v0.39.15) - 2026-02-25
1122

1223
### Added

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.15"
3+
version = "0.40.0"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.15](https://github.com/conda/rattler/compare/rattler_cache-v0.6.14...rattler_cache-v0.6.15) - 2026-03-16
11+
12+
### Other
13+
14+
- updated the following local packages: rattler_conda_types, rattler_networking, rattler_package_streaming
15+
1016
## [0.6.14](https://github.com/conda/rattler/compare/rattler_cache-v0.6.13...rattler_cache-v0.6.14) - 2026-02-25
1117

1218
### Fixed

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.14"
3+
version = "0.6.15"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.44.0](https://github.com/conda/rattler/compare/rattler_conda_types-v0.43.5...rattler_conda_types-v0.44.0) - 2026-03-16
11+
12+
### Added
13+
14+
- add FreeBSD 32-bit and ARM64 platform support ([#2227](https://github.com/conda/rattler/pull/2227))
15+
- Add support for downloading info files via range requests ([#1935](https://github.com/conda/rattler/pull/1935))
16+
- [**breaking**] Make name in MatchSpec non-optional ([#2132](https://github.com/conda/rattler/pull/2132))
17+
18+
### Fixed
19+
20+
- keep removed package metadata in repodata ([#2210](https://github.com/conda/rattler/pull/2210))
21+
1022
## [0.43.5](https://github.com/conda/rattler/compare/rattler_conda_types-v0.43.4...rattler_conda_types-v0.43.5) - 2026-02-25
1123

1224
### Other

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.43.5"
3+
version = "0.44.0"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Rust data types for common types used within the Conda ecosystem"

0 commit comments

Comments
 (0)