Skip to content

Commit

Permalink
chore: release (#846)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `rattler_cache`: 0.2.0 -> 0.2.1
* `rattler_repodata_gateway`: 0.21.10 -> 0.21.11
* `rattler_virtual_packages`: 1.1.1 -> 1.1.2
* `rattler`: 0.27.8 -> 0.27.9

<details><summary><i><b>Changelog</b></i></summary><p>

## `rattler_cache`
<blockquote>

##
[0.2.1](rattler_cache-v0.2.0...rattler_cache-v0.2.1)
- 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway
([#845](#845))
</blockquote>

## `rattler_repodata_gateway`
<blockquote>

##
[0.21.11](rattler_repodata_gateway-v0.21.10...rattler_repodata_gateway-v0.21.11)
- 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway
([#845](#845))
</blockquote>

## `rattler_virtual_packages`
<blockquote>

##
[1.1.2](rattler_virtual_packages-v1.1.1...rattler_virtual_packages-v1.1.2)
- 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway
([#845](#845))
</blockquote>

## `rattler`
<blockquote>

##
[0.27.9](rattler-v0.27.8...rattler-v0.27.9)
- 2024-09-03

### Other
- updated the following local packages: rattler_cache
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
baszalmstra committed Sep 3, 2024
1 parent 423d3cf commit adf8465
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
8 changes: 4 additions & 4 deletions crates/rattler-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ 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.8", default-features = false, features = ["indicatif"] }
rattler = { path="../rattler", version = "0.27.9", default-features = false, features = ["indicatif"] }
rattler_conda_types = { path="../rattler_conda_types", version = "0.27.4", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.21.3", default-features = false, features = ["google-cloud-auth"] }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.10", default-features = false, features = ["gateway"] }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.11", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "1.0.5", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.1.1", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.2.0", default-features = false }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.1.2", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.2.1", default-features = false }
reqwest = { workspace = true }
reqwest-middleware = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
Expand Down
5 changes: 5 additions & 0 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.9](https://github.com/conda/rattler/compare/rattler-v0.27.8...rattler-v0.27.9) - 2024-09-03

### Other
- updated the following local packages: rattler_cache

## [0.27.8](https://github.com/conda/rattler/compare/rattler-v0.27.7...rattler-v0.27.8) - 2024-09-03

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler"
version = "0.27.8"
version = "0.27.9"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Rust library to install conda environments"
Expand Down Expand Up @@ -32,7 +32,7 @@ memchr = { workspace = true }
memmap2 = { workspace = true }
once_cell = { workspace = true }
parking_lot = { workspace = true }
rattler_cache = { path = "../rattler_cache", version = "0.2.0", default-features = false }
rattler_cache = { path = "../rattler_cache", version = "0.2.1", default-features = false }
rattler_conda_types = { path = "../rattler_conda_types", version = "0.27.4", default-features = false }
rattler_digest = { path = "../rattler_digest", version = "1.0.1", default-features = false }
rattler_networking = { path = "../rattler_networking", version = "0.21.3", default-features = false }
Expand Down
5 changes: 5 additions & 0 deletions crates/rattler_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/conda/rattler/compare/rattler_cache-v0.2.0...rattler_cache-v0.2.1) - 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway ([#845](https://github.com/conda/rattler/pull/845))

## [0.2.0](https://github.com/conda/rattler/compare/rattler_cache-v0.1.9...rattler_cache-v0.2.0) - 2024-09-03

### 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.2.0"
version = "0.2.1"
description = "A crate to manage the caching of data in rattler"
categories.workspace = true
homepage.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions crates/rattler_repodata_gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.21.11](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.10...rattler_repodata_gateway-v0.21.11) - 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway ([#845](https://github.com/conda/rattler/pull/845))

## [0.21.10](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.9...rattler_repodata_gateway-v0.21.10) - 2024-09-03

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.10"
version = "0.21.11"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to interact with Conda repodata"
Expand Down Expand Up @@ -53,7 +53,7 @@ tokio-util = { workspace = true, features = ["codec", "io"] }
tracing = { workspace = true }
url = { workspace = true, features = ["serde"] }
zstd = { workspace = true }
rattler_cache = { version = "0.2.0", path = "../rattler_cache" }
rattler_cache = { version = "0.2.1", path = "../rattler_cache" }
rattler_redaction = { version = "0.1.1", path = "../rattler_redaction", features = ["reqwest", "reqwest-middleware"] }

[target.'cfg(unix)'.dependencies]
Expand Down
5 changes: 5 additions & 0 deletions crates/rattler_virtual_packages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2](https://github.com/conda/rattler/compare/rattler_virtual_packages-v1.1.1...rattler_virtual_packages-v1.1.2) - 2024-09-03

### Fixed
- allow `gcs://` and `oci://` in gateway ([#845](https://github.com/conda/rattler/pull/845))

## [1.1.1](https://github.com/conda/rattler/compare/rattler_virtual_packages-v1.1.0...rattler_virtual_packages-v1.1.1) - 2024-09-03

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_virtual_packages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler_virtual_packages"
version = "1.1.1"
version = "1.1.2"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Library to work with and detect Conda virtual packages"
Expand Down

0 comments on commit adf8465

Please sign in to comment.