Skip to content

Commit 5e19ffc

Browse files
chore: release (#1916)
1 parent 01d2cd6 commit 5e19ffc

File tree

46 files changed

+343
-306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+343
-306
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -184,28 +184,28 @@ zstd = { version = "0.13.3", default-features = false }
184184
# These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tendem.
185185
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
186186
file_url = { path = "crates/file_url", version = "=0.2.7", default-features = false }
187-
path_resolver = { path = "crates/path_resolver", version = "=0.2.3", default-features = false }
188-
rattler = { path = "crates/rattler", version = "=0.39.6", default-features = false }
189-
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.5", default-features = false }
190-
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.42.3", default-features = false }
191-
rattler_config = { path = "crates/rattler_config", version = "=0.2.22", default-features = false }
192-
rattler_digest = { path = "crates/rattler_digest", version = "=1.2.1", default-features = false }
193-
rattler_index = { path = "crates/rattler_index", version = "=0.27.7", default-features = false }
194-
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.3.0", default-features = false }
195-
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.8", default-features = false }
196-
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false }
197-
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.41", default-features = false }
198-
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.28", default-features = false }
199-
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.20", default-features = false }
200-
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false }
201-
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false }
202-
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.25.6", default-features = false }
203-
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.17", default-features = false }
204-
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.9", default-features = false }
205-
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.14", default-features = false }
206-
rattler_solve = { path = "crates/rattler_solve", version = "=4.1.1", default-features = false }
207-
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.6", default-features = false }
208-
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.3", default-features = false }
187+
path_resolver = { path = "crates/path_resolver", version = "=0.2.4", default-features = false }
188+
rattler = { path = "crates/rattler", version = "=0.39.7", default-features = false }
189+
rattler_cache = { path = "crates/rattler_cache", version = "=0.6.6", default-features = false }
190+
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.42.4", default-features = false }
191+
rattler_config = { path = "crates/rattler_config", version = "=0.2.23", default-features = false }
192+
rattler_digest = { path = "crates/rattler_digest", version = "=1.2.2", default-features = false }
193+
rattler_index = { path = "crates/rattler_index", version = "=0.27.8", default-features = false }
194+
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.3.1", default-features = false }
195+
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.9", default-features = false }
196+
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.12", default-features = false }
197+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.42", default-features = false }
198+
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.29", default-features = false }
199+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.21", default-features = false }
200+
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.8", default-features = false }
201+
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.13", default-features = false }
202+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.25.7", default-features = false }
203+
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.18", default-features = false }
204+
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.10", default-features = false }
205+
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.15", default-features = false }
206+
rattler_solve = { path = "crates/rattler_solve", version = "=4.1.2", default-features = false }
207+
rattler_upload = { path = "crates/rattler_upload", version = "=0.4.7", default-features = false }
208+
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.3.4", default-features = false }
209209

210210
# This is also a rattler crate, but we only pin it to minor version
211211
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.4](https://github.com/conda/rattler/compare/path_resolver-v0.2.3...path_resolver-v0.2.4) - 2025-12-18
11+
12+
### Other
13+
14+
- update README.md with new banner image ([#1926](https://github.com/conda/rattler/pull/1926))
15+
1016
## [0.2.3](https://github.com/conda/rattler/compare/path_resolver-v0.2.2...path_resolver-v0.2.3) - 2025-12-08
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.3"
3+
version = "0.2.4"
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
@@ -83,6 +83,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383

8484
## [Unreleased]
8585

86+
## [0.39.7](https://github.com/conda/rattler/compare/rattler-v0.39.6...rattler-v0.39.7) - 2025-12-18
87+
88+
### Fixed
89+
90+
- validate new prefix length against old prefix ([#1938](https://github.com/conda/rattler/pull/1938))
91+
- always emit depends in index.json ([#1932](https://github.com/conda/rattler/pull/1932))
92+
93+
### Other
94+
95+
- update README.md with new banner image ([#1926](https://github.com/conda/rattler/pull/1926))
96+
8697
## [0.39.6](https://github.com/conda/rattler/compare/rattler-v0.39.5...rattler-v0.39.6) - 2025-12-08
8798

8899
### 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.6"
3+
version = "0.39.7"
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.6](https://github.com/conda/rattler/compare/rattler_cache-v0.6.5...rattler_cache-v0.6.6) - 2025-12-18
53+
54+
### Other
55+
56+
- update README.md with new banner image ([#1926](https://github.com/conda/rattler/pull/1926))
57+
5258
## [0.6.5](https://github.com/conda/rattler/compare/rattler_cache-v0.6.4...rattler_cache-v0.6.5) - 2025-12-08
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.5"
3+
version = "0.6.6"
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939

4040
## [Unreleased]
4141

42+
## [0.42.4](https://github.com/conda/rattler/compare/rattler_conda_types-v0.42.3...rattler_conda_types-v0.42.4) - 2025-12-18
43+
44+
### Added
45+
46+
- add common function to extract package name from matchspec ([#1923](https://github.com/conda/rattler/pull/1923))
47+
48+
### Fixed
49+
50+
- always emit depends in index.json ([#1932](https://github.com/conda/rattler/pull/1932))
51+
- regression in `Version::starts_with` ([#1920](https://github.com/conda/rattler/pull/1920))
52+
53+
### Other
54+
55+
- update README.md with new banner image ([#1926](https://github.com/conda/rattler/pull/1926))
56+
4257
## [0.42.3](https://github.com/conda/rattler/compare/rattler_conda_types-v0.42.2...rattler_conda_types-v0.42.3) - 2025-12-08
4358

4459
### 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.42.3"
3+
version = "0.42.4"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <[email protected]>"]
66
description = "Rust data types for common types used within the Conda ecosystem"

0 commit comments

Comments
 (0)