Skip to content

Commit 9435884

Browse files
authored
chore: release v2.19.0 (#355)
1 parent 26bd385 commit 9435884

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.19.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.2...v2.19.0) (2026-02-19)
4+
5+
6+
### Features
7+
8+
* timeout, profile and limits ([#358](https://github.com/BLSQ/openhexa-sdk-python/issues/358)) ([f175247](https://github.com/BLSQ/openhexa-sdk-python/commit/f175247819b4ed5c372317dd430792b72b8f2ed6))
9+
10+
11+
### Bug Fixes
12+
13+
* boolean parameter without defaullt value defaults to False ([#352](https://github.com/BLSQ/openhexa-sdk-python/issues/352)) ([d2d563d](https://github.com/BLSQ/openhexa-sdk-python/commit/d2d563da8d6a5843315f8b6a0cde4348297f7615))
14+
* **deps:** update dependency rasterio to ~=1.5.0 ([#339](https://github.com/BLSQ/openhexa-sdk-python/issues/339)) ([9d47e28](https://github.com/BLSQ/openhexa-sdk-python/commit/9d47e28dc5097daab39e8ef220c159a8ed48eba1))
15+
16+
17+
### Miscellaneous
18+
19+
* **deps:** update dependency python to 3.14 ([#322](https://github.com/BLSQ/openhexa-sdk-python/issues/322)) ([26bd385](https://github.com/BLSQ/openhexa-sdk-python/commit/26bd3859583556354984cdae3ca29b5afba41db9))
20+
* **deps:** update dependency ruff to >=0.15.0,<0.16.0 ([#353](https://github.com/BLSQ/openhexa-sdk-python/issues/353)) ([cd477c6](https://github.com/BLSQ/openhexa-sdk-python/commit/cd477c6946f49fdb7fdd0d4d39f610abe165d789))
21+
* **deps:** update dependency setuptools to >=80.10.2,<80.11.0 ([#342](https://github.com/BLSQ/openhexa-sdk-python/issues/342)) ([525a8e9](https://github.com/BLSQ/openhexa-sdk-python/commit/525a8e9e1b9714408633fb516e5434c7d3e5b325))
22+
* **deps:** update dependency setuptools to v82 ([#357](https://github.com/BLSQ/openhexa-sdk-python/issues/357)) ([1f1d791](https://github.com/BLSQ/openhexa-sdk-python/commit/1f1d791d2a11ad49a33037f8abcbcc5f65fc607e))
23+
324
## [2.18.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.18.1...v2.18.2) (2026-02-04)
425

526

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.sdk"
7-
version = "2.18.2"
7+
version = "2.19.0"
88
description = "OpenHEXA SDK"
99

1010
authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]

0 commit comments

Comments
 (0)