Skip to content

Commit 82cb587

Browse files
chore: release
1 parent 38a0883 commit 82cb587

File tree

22 files changed

+105
-45
lines changed

22 files changed

+105
-45
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,26 +183,26 @@ 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.2", default-features = false }
187-
rattler_cache = { path = "crates/rattler_cache", version = "=0.3.41", default-features = false }
186+
rattler = { path = "crates/rattler", version = "=0.38.3", default-features = false }
187+
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.0", default-features = false }
188188
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.3", default-features = false }
189189
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.4", default-features = false }
191+
rattler_index = { path = "crates/rattler_index", version = "=0.26.5", 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.3", default-features = false }
193+
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.0", 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.32", default-features = false }
195+
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.33", default-features = false }
196196
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 }
197+
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.12", 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.12", default-features = false }
200+
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.13", default-features = false }
201201
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 }
202+
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.5", default-features = false }
203+
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.6", default-features = false }
204204
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 }
205+
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.9", default-features = false }
206206
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

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.3](https://github.com/conda/rattler/compare/rattler-v0.38.2...rattler-v0.38.3) - 2025-10-25
87+
88+
### Other
89+
90+
- updated the following local packages: rattler_package_streaming, rattler_cache, rattler_shell, rattler_menuinst
91+
8692
## [0.38.2](https://github.com/conda/rattler/compare/rattler-v0.38.1...rattler-v0.38.2) - 2025-10-18
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.2"
3+
version = "0.38.3"
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.0](https://github.com/conda/rattler/compare/rattler_cache-v0.3.41...rattler_cache-v0.4.0) - 2025-10-25
53+
54+
### Added
55+
56+
- add support for layered package cache ([#1003](https://github.com/conda/rattler/pull/1003))
57+
5258
## [0.3.41](https://github.com/conda/rattler/compare/rattler_cache-v0.3.40...rattler_cache-v0.3.41) - 2025-10-18
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.41"
3+
version = "0.4.0"
44
description = "A crate to manage the caching of data in rattler"
55
categories = { workspace = true }
66
homepage = { workspace = true }

crates/rattler_index/CHANGELOG.md

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

6363
## [Unreleased]
6464

65+
## [0.26.5](https://github.com/conda/rattler/compare/rattler_index-v0.26.4...rattler_index-v0.26.5) - 2025-10-25
66+
67+
### Other
68+
69+
- update Cargo.lock dependencies
70+
6571
## [0.26.4](https://github.com/conda/rattler/compare/rattler_index-v0.26.3...rattler_index-v0.26.4) - 2025-10-18
6672

6773
### Other

crates/rattler_index/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_index"
3-
version = "0.26.4"
3+
version = "0.26.5"
44
edition.workspace = true
55
authors = []
66
description = "A crate to index conda channels and create a repodata.json file."

crates/rattler_lock/CHANGELOG.md

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

4545
## [Unreleased]
4646

47+
## [0.26.0](https://github.com/conda/rattler/compare/rattler_lock-v0.25.3...rattler_lock-v0.26.0) - 2025-10-25
48+
49+
### Added
50+
51+
- *(lock)* add path to package_build_source ([#1719](https://github.com/conda/rattler/pull/1719))
52+
4753
## [0.25.3](https://github.com/conda/rattler/compare/rattler_lock-v0.25.2...rattler_lock-v0.25.3) - 2025-10-18
4854

4955
### Other

crates/rattler_lock/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_lock"
3-
version = "0.25.3"
3+
version = "0.26.0"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <[email protected]>"]
66
description = "Rust data types for conda lock"

0 commit comments

Comments
 (0)