Skip to content

Commit

Permalink
chore: 🔖 release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 14, 2025
1 parent 2a8f8ea commit 6a5b374
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.1"
".": "2.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/h2o_discovery/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1" # x-release-please-version
__version__ = "2.2.2" # x-release-please-version

0 comments on commit 6a5b374

Please sign in to comment.