Skip to content

Commit

Permalink
chore(rattler_virtual_packages): release v0.19.18 (#780)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `rattler_virtual_packages`: 0.19.17 -> 0.19.18

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

## `rattler_virtual_packages`
<blockquote>

##
[0.19.18](rattler_virtual_packages-v0.19.17...rattler_virtual_packages-v0.19.18)
- 2024-07-16

### Fixed
- add gentoo support for glibc
([#779](#779))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
baszalmstra authored Jul 18, 2024
1 parent 5a5a416 commit 31e16aa
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -32,7 +32,7 @@ rattler_conda_types = { path="../rattler_conda_types", version = "0.26.1", defau
rattler_networking = { path="../rattler_networking", version = "0.20.10", default-features = false }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.1", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "0.25.1", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "0.19.17", default-features = false }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "0.19.18", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.1.2", default-features = false }
reqwest = { workspace = true }
reqwest-middleware = { workspace = true }
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]

## [0.19.18](https://github.com/mamba-org/rattler/compare/rattler_virtual_packages-v0.19.17...rattler_virtual_packages-v0.19.18) - 2024-07-16

### Fixed
- add gentoo support for glibc ([#779](https://github.com/mamba-org/rattler/pull/779))

## [0.19.17](https://github.com/mamba-org/rattler/compare/rattler_virtual_packages-v0.19.16...rattler_virtual_packages-v0.19.17) - 2024-07-15

### 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 = "0.19.17"
version = "0.19.18"
edition.workspace = true
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
description = "Library to work with and detect Conda virtual packages"
Expand Down

0 comments on commit 31e16aa

Please sign in to comment.