Skip to content

Commit

Permalink
chore: đź”– release 3.0.0 (#118)
Browse files Browse the repository at this point in the history
* chore: đź”– release 3.0.0

* Activate release PR.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luboš PokornĂ˝ <[email protected]>
  • Loading branch information
github-actions[bot] and zoido authored Jan 22, 2025
1 parent 5a6972e commit f9f2385
Show file tree
Hide file tree
Showing 4 changed files with 21 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"
".": "3.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.0.0](https://github.com/h2oai/cloud-discovery-py/compare/v2.2.1...v3.0.0) (2025-01-22)


### âš  BREAKING CHANGES

* Now requires requires `httpx >= 0.23.0`
* Do not officially support Python 3.8 anymore

### 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))


### Build System

* Do not officially support Python 3.8 anymore ([5a6972e](https://github.com/h2oai/cloud-discovery-py/commit/5a6972e233288e9b2cda39bbdd43f108a2b81e9b))
* Now requires requires `httpx &gt;= 0.23.0` ([5a6972e](https://github.com/h2oai/cloud-discovery-py/commit/5a6972e233288e9b2cda39bbdd43f108a2b81e9b))

## [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 @@ -24,7 +24,7 @@ license = "Apache-2.0"
name = "h2o-cloud-discovery"
readme = "README.md"
requires-python = ">=3.9"
version = "2.2.1"
version = "3.0.0"

[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__ = "3.0.0" # x-release-please-version

0 comments on commit f9f2385

Please sign in to comment.