Skip to content

Commit

Permalink
chore(rattler_virtual_packages): release v1.0.4 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Aug 16, 2024
1 parent 23907c3 commit b17d3e3
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.27.2", defau
rattler_networking = { path="../rattler_networking", version = "0.21.1", default-features = false }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.7", default-features = false, features = ["gateway"] }
rattler_solve = { path="../rattler_solve", version = "1.0.3", default-features = false, features = ["resolvo", "libsolv_c"] }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.0.3", default-features = false }
rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.0.4", default-features = false }
rattler_cache = { path="../rattler_cache", version = "0.1.7", 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]

## [1.0.4](https://github.com/conda/rattler/compare/rattler_virtual_packages-v1.0.3...rattler_virtual_packages-v1.0.4) - 2024-08-16

### Fixed
- detect solus glibc ([#821](https://github.com/conda/rattler/pull/821))

## [1.0.3](https://github.com/conda/rattler/compare/rattler_virtual_packages-v1.0.2...rattler_virtual_packages-v1.0.3) - 2024-08-15

### Fixed
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.0.3"
version = "1.0.4"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Library to work with and detect Conda virtual packages"
Expand Down

0 comments on commit b17d3e3

Please sign in to comment.