Skip to content

Commit

Permalink
chore(rattler_solve): release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Nov 5, 2024
1 parent ccbfb88 commit 2a688aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rattler-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rattler = { path="../rattler", version = "0.28.0", default-features = false, fea
rattler_conda_types = { path="../rattler_conda_types", version = "0.29.0", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.21.5", default-features = false, features = ["gcs"] }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.19", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "1.2.0", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_solve = { path="../rattler_solve", version = "1.2.1", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.1.8", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.2.8", default-features = false }
reqwest = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions crates/rattler_solve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1](https://github.com/conda/rattler/compare/rattler_solve-v1.2.0...rattler_solve-v1.2.1) - 2024-11-05

### Fixed

- solver crash when using unrelated locked record ([#927](https://github.com/conda/rattler/pull/927))

### Other

- bump py-rattler to 0.8.1 ([#929](https://github.com/conda/rattler/pull/929))

## [1.2.0](https://github.com/conda/rattler/compare/rattler_solve-v1.1.0...rattler_solve-v1.2.0) - 2024-11-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_solve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_solve"
version = "1.2.0"
version = "1.2.1"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to solve conda environments"
Expand Down

0 comments on commit 2a688aa

Please sign in to comment.