Skip to content

Commit

Permalink
chore: release (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Nov 5, 2024
1 parent 641764d commit b79447c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/rattler-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ once_cell = { workspace = true }
rattler = { path="../rattler", version = "0.28.0", default-features = false, features = ["indicatif"] }
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_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.20", default-features = false, features = ["gateway"] }
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
6 changes: 6 additions & 0 deletions crates/rattler_repodata_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.20](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.19...rattler_repodata_gateway-v0.21.20) - 2024-11-05

### Fixed

- gateway recursive records ([#930](https://github.com/conda/rattler/pull/930))

## [0.21.19](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.18...rattler_repodata_gateway-v0.21.19) - 2024-11-04

### 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.21.19"
version = "0.21.20"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to interact with Conda repodata"
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 b79447c

Please sign in to comment.