From 6a5b3740beaabc9a5ff9816abaf2002883dbf587 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:57:56 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=202.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/h2o_discovery/_version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11ee94f..d15f5ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cbf60..8d5d516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.1...v2.2.2) (2025-01-14) + + +### Performance Improvements + +* ⚡️ Fetch data concurrently in async mode ([#117](https://github.com/h2oai/cloud-discovery-py/issues/117)) ([2a8f8ea](https://github.com/h2oai/cloud-discovery-py/commit/2a8f8eaab15953f91dec908e4d77c84c039f14a4)) + ## [2.2.1](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.0...v2.2.1) (2025-01-09) diff --git a/pyproject.toml b/pyproject.toml index a7f0b22..ed82b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license = "Apache-2.0" name = "h2o-cloud-discovery" readme = "README.md" requires-python = ">=3.8" -version = "2.2.1" +version = "2.2.2" [project.urls] Documentation = "https://github.com/h2oai/cloud-discovery-py#readme" diff --git a/src/h2o_discovery/_version.py b/src/h2o_discovery/_version.py index cebcbce..5b7cb13 100644 --- a/src/h2o_discovery/_version.py +++ b/src/h2o_discovery/_version.py @@ -1 +1 @@ -__version__ = "2.2.1" # x-release-please-version +__version__ = "2.2.2" # x-release-please-version