Skip to content

Commit

Permalink
chore(rattler_repodata_gateway): release v0.21.7 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Aug 16, 2024
1 parent 149f433 commit 66567b8
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 @@ -30,7 +30,7 @@ once_cell = { workspace = true }
rattler = { path="../rattler", version = "0.27.5", default-features = false, features = ["indicatif"] }
rattler_conda_types = { path="../rattler_conda_types", version = "0.27.2", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.21.1", default-features = false }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.6", default-features = false, features = ["gateway"] }
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_cache = { path="../rattler_cache", version = "0.1.7", default-features = false }
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.7](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.6...rattler_repodata_gateway-v0.21.7) - 2024-08-16

### Added
- add package names api for gateway ([#819](https://github.com/conda/rattler/pull/819))

## [0.21.6](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.5...rattler_repodata_gateway-v0.21.6) - 2024-08-15

### Fixed
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.6"
version = "0.21.7"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "A crate to interact with Conda repodata"
Expand Down

0 comments on commit 66567b8

Please sign in to comment.