Skip to content

Commit

Permalink
chore: release (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Oct 1, 2024
1 parent e47e7a6 commit 221a0f0
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
6 changes: 3 additions & 3 deletions crates/rattler-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ clap = { workspace = true, features = ["derive"] }
console = { workspace = true, features = ["windows-console-colors"] }
indicatif = { workspace = true }
once_cell = { workspace = true }
rattler = { path="../rattler", version = "0.27.12", default-features = false, features = ["indicatif"] }
rattler = { path="../rattler", version = "0.27.13", default-features = false, features = ["indicatif"] }
rattler_conda_types = { path="../rattler_conda_types", version = "0.28.0", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.21.4", default-features = false, features = ["google-cloud-auth"] }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.14", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "1.0.8", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.15", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "1.0.9", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.1.5", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.2.4", default-features = false }
reqwest = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/rattler/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.27.13](https://github.com/conda/rattler/compare/rattler-v0.27.12...rattler-v0.27.13) - 2024-10-01

### Other

- update Cargo.toml dependencies

## [0.27.12](https://github.com/conda/rattler/compare/rattler-v0.27.11...rattler-v0.27.12) - 2024-09-23

### 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.27.12"
version = "0.27.13"
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_index/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.19.30](https://github.com/conda/rattler/compare/rattler_index-v0.19.29...rattler_index-v0.19.30) - 2024-10-01

### Other

- update Cargo.toml dependencies

## [0.19.29](https://github.com/conda/rattler/compare/rattler_index-v0.19.28...rattler_index-v0.19.29) - 2024-09-23

### 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.19.29"
version = "0.19.30"
edition.workspace = true
authors = []
description = "A crate that indexes directories containing conda packages to create local conda channels"
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.15](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.14...rattler_repodata_gateway-v0.21.15) - 2024-10-01

### Other

- start using fs-err in repodata_gateway ([#877](https://github.com/conda/rattler/pull/877))

## [0.21.14](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.13...rattler_repodata_gateway-v0.21.14) - 2024-09-23

### 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.14"
version = "0.21.15"
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_solve/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]

## [1.0.9](https://github.com/conda/rattler/compare/rattler_solve-v1.0.8...rattler_solve-v1.0.9) - 2024-10-01

### Other

- update resolvo ([#881](https://github.com/conda/rattler/pull/881))

## [1.0.8](https://github.com/conda/rattler/compare/rattler_solve-v1.0.7...rattler_solve-v1.0.8) - 2024-09-23

### Other
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.0.8"
version = "1.0.9"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to solve conda environments"
Expand Down

0 comments on commit 221a0f0

Please sign in to comment.