Skip to content

Commit 9fce103

Browse files
chore: 🔖 release 2.2.0 (#113)
* chore: 🔖 release 2.2.0 * Activate release PR. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Luboš Pokorný <zoido@users.noreply.github.com>
1 parent 8d584dd commit 9fce103

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.1"
2+
".": "2.2.0"
33
}

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/h2oai/cloud-discovery-py/compare/v2.1.1...v2.2.0) (2025-01-08)
4+
5+
6+
### Features
7+
8+
* ✨ Discover registered links when available ([#112](https://github.com/h2oai/cloud-discovery-py/issues/112)) ([8d584dd](https://github.com/h2oai/cloud-discovery-py/commit/8d584ddf5a437a533b40a6b25460f4028b45f9a6))
9+
310
## [2.1.1](https://github.com/h2oai/cloud-discovery-py/compare/v2.1.0...v2.1.1) (2024-11-11)
411

512

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = "Apache-2.0"
2525
name = "h2o-cloud-discovery"
2626
readme = "README.md"
2727
requires-python = ">=3.8"
28-
version = "2.1.1"
28+
version = "2.2.0"
2929

3030
[project.urls]
3131
Documentation = "https://github.com/h2oai/cloud-discovery-py#readme"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1" # x-release-please-version
1+
__version__ = "2.2.0" # x-release-please-version

0 commit comments

Comments
 (0)