Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,26 +183,26 @@ zstd = { version = "0.13.3", default-features = false }
coalesced_map = { path = "crates/coalesced_map", version = "=0.1.2", default-features = false }
file_url = { path = "crates/file_url", version = "=0.2.6", default-features = false }
path_resolver = { path = "crates/path_resolver", version = "=0.2.1", default-features = false }
rattler = { path = "crates/rattler", version = "=0.38.2", default-features = false }
rattler_cache = { path = "crates/rattler_cache", version = "=0.3.41", default-features = false }
rattler = { path = "crates/rattler", version = "=0.38.3", default-features = false }
rattler_cache = { path = "crates/rattler_cache", version = "=0.4.0", default-features = false }
rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.40.3", default-features = false }
rattler_config = { path = "crates/rattler_config", version = "=0.2.14", default-features = false }
rattler_digest = { path = "crates/rattler_digest", version = "=1.1.7", default-features = false }
rattler_index = { path = "crates/rattler_index", version = "=0.26.4", default-features = false }
rattler_index = { path = "crates/rattler_index", version = "=0.26.5", default-features = false }
rattler_libsolv_c = { path = "crates/rattler_libsolv_c", version = "=1.2.3", default-features = false }
rattler_lock = { path = "crates/rattler_lock", version = "=0.25.3", default-features = false }
rattler_lock = { path = "crates/rattler_lock", version = "=0.26.0", default-features = false }
rattler_macros = { path = "crates/rattler_macros", version = "=1.0.11", default-features = false }
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.32", default-features = false }
rattler_menuinst = { path = "crates/rattler_menuinst", version = "=0.2.33", default-features = false }
rattler_networking = { path = "crates/rattler_networking", version = "=0.25.20", default-features = false }
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.11", default-features = false }
rattler_package_streaming = { path = "crates/rattler_package_streaming", version = "=0.23.12", default-features = false }
rattler_pty = { path = "crates/rattler_pty", version = "=0.2.7", default-features = false }
rattler_redaction = { path = "crates/rattler_redaction", version = "=0.1.12", default-features = false }
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.12", default-features = false }
rattler_repodata_gateway = { path = "crates/rattler_repodata_gateway", version = "=0.24.13", default-features = false }
rattler_s3 = { path = "crates/rattler_s3", version = "=0.1.9", default-features = false }
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.4", default-features = false }
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.5", default-features = false }
rattler_sandbox = { path = "crates/rattler_sandbox", version = "=0.2.5", default-features = false }
rattler_shell = { path = "crates/rattler_shell", version = "=0.25.6", default-features = false }
rattler_solve = { path = "crates/rattler_solve", version = "=3.0.8", default-features = false }
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.8", default-features = false }
rattler_upload = { path = "crates/rattler_upload", version = "=0.3.9", default-features = false }
rattler_virtual_packages = { path = "crates/rattler_virtual_packages", version = "=2.2.4", default-features = false }

# This is also a rattler crate, but we only pin it to minor version
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.38.3](https://github.com/conda/rattler/compare/rattler-v0.38.2...rattler-v0.38.3) - 2025-10-25

### Other

- updated the following local packages: rattler_package_streaming, rattler_cache, rattler_shell, rattler_menuinst

## [0.38.2](https://github.com/conda/rattler/compare/rattler-v0.38.1...rattler-v0.38.2) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler"
version = "0.38.2"
version = "0.38.3"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Rust library to install conda environments"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/conda/rattler/compare/rattler_cache-v0.3.41...rattler_cache-v0.4.0) - 2025-10-25

### Added

- add support for layered package cache ([#1003](https://github.com/conda/rattler/pull/1003))

## [0.3.41](https://github.com/conda/rattler/compare/rattler_cache-v0.3.40...rattler_cache-v0.3.41) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_cache"
version = "0.3.41"
version = "0.4.0"
description = "A crate to manage the caching of data in rattler"
categories = { workspace = true }
homepage = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.5](https://github.com/conda/rattler/compare/rattler_index-v0.26.4...rattler_index-v0.26.5) - 2025-10-25

### Other

- update Cargo.lock dependencies

## [0.26.4](https://github.com/conda/rattler/compare/rattler_index-v0.26.3...rattler_index-v0.26.4) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_index"
version = "0.26.4"
version = "0.26.5"
edition.workspace = true
authors = []
description = "A crate to index conda channels and create a repodata.json file."
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_lock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.0](https://github.com/conda/rattler/compare/rattler_lock-v0.25.3...rattler_lock-v0.26.0) - 2025-10-25

### Added

- *(lock)* add path to package_build_source ([#1719](https://github.com/conda/rattler/pull/1719))

## [0.25.3](https://github.com/conda/rattler/compare/rattler_lock-v0.25.2...rattler_lock-v0.25.3) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_lock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_lock"
version = "0.25.3"
version = "0.26.0"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Rust data types for conda lock"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_menuinst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.33](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.32...rattler_menuinst-v0.2.33) - 2025-10-25

### Other

- updated the following local packages: rattler_shell

## [0.2.32](https://github.com/conda/rattler/compare/rattler_menuinst-v0.2.31...rattler_menuinst-v0.2.32) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_menuinst/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_menuinst"
version = "0.2.32"
version = "0.2.33"
edition.workspace = true
authors = ["Wolf Vollprecht <[email protected]>"]
description = "Install menu entries for a Conda package"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_package_streaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.23.12](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.23.11...rattler_package_streaming-v0.23.12) - 2025-10-25

### Other

- update Cargo.toml dependencies

## [0.23.11](https://github.com/conda/rattler/compare/rattler_package_streaming-v0.23.10...rattler_package_streaming-v0.23.11) - 2025-10-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_package_streaming/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_package_streaming"
version = "0.23.11"
version = "0.23.12"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Extract and stream of Conda package archives"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_repodata_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.13](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.24.12...rattler_repodata_gateway-v0.24.13) - 2025-10-25

### Other

- updated the following local packages: rattler_package_streaming, rattler_cache

## [0.24.12](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.24.11...rattler_repodata_gateway-v0.24.12) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_repodata_gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_repodata_gateway"
version = "0.24.12"
version = "0.24.13"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to interact with Conda repodata"
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/conda/rattler/compare/rattler_sandbox-v0.2.4...rattler_sandbox-v0.2.5) - 2025-10-25

### Other

- update Cargo.lock dependencies

## [0.2.4](https://github.com/conda/rattler/compare/rattler_sandbox-v0.2.3...rattler_sandbox-v0.2.4) - 2025-10-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_sandbox"
version = "0.2.4"
version = "0.2.5"
description = "A crate to run executables in a sandbox"
categories.workspace = true
homepage.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler_shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.6](https://github.com/conda/rattler/compare/rattler_shell-v0.25.5...rattler_shell-v0.25.6) - 2025-10-25

### Other

- Improve performance of bash shell activation on Windows ([#1758](https://github.com/conda/rattler/pull/1758))

## [0.25.5](https://github.com/conda/rattler/compare/rattler_shell-v0.25.4...rattler_shell-v0.25.5) - 2025-10-18

### Other
Expand Down
Loading
Loading