Skip to content

Commit

Permalink
chore(main): release 0.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Jun 28, 2024
1 parent 3d89da3 commit 8d2a4c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.1.51](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.50...0.1.51) (2024-06-28)


### Features

* add a retry mechanism for API call ([#166](https://github.com/BLSQ/openhexa-sdk-python/issues/166)) ([3d89da3](https://github.com/BLSQ/openhexa-sdk-python/commit/3d89da3f5efd690b1505b0130ec23b70ac3f455d))


### Bug Fixes

* **Connections:** use lowercase for identifier ([#184](https://github.com/BLSQ/openhexa-sdk-python/issues/184)) ([a864629](https://github.com/BLSQ/openhexa-sdk-python/commit/a864629fd21cabb1ea0918cee974ae71e36a42b7))


### Miscellaneous

* **deps:** update actions/setup-python action to v5 ([#177](https://github.com/BLSQ/openhexa-sdk-python/issues/177)) ([efc4253](https://github.com/BLSQ/openhexa-sdk-python/commit/efc42534aba155f08bcb3dd9c41d7c5925352e67))
* **deps:** update dependency dev/ruff to >=0.5.0,<0.6.0 ([#185](https://github.com/BLSQ/openhexa-sdk-python/issues/185)) ([a7d0657](https://github.com/BLSQ/openhexa-sdk-python/commit/a7d0657d2df7bd3b211cd0e310225bc422c53588))
* **deps:** update dependency examples/geopandas to v1 ([#178](https://github.com/BLSQ/openhexa-sdk-python/issues/178)) ([a580ba8](https://github.com/BLSQ/openhexa-sdk-python/commit/a580ba89a1394b344aae8c0b3b320dfd01a067d5))
* **deps:** update pre-commit/action action to v3 ([#183](https://github.com/BLSQ/openhexa-sdk-python/issues/183)) ([b48cb83](https://github.com/BLSQ/openhexa-sdk-python/commit/b48cb8398f38b26823902d02b8e3b4ff91354fcf))

## [0.1.50](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.49...0.1.50) (2024-06-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "openhexa.sdk"
version = "0.1.50"
version = "0.1.51"
description = "OpenHEXA SDK"

authors = [{ name = "Bluesquare", email = "[email protected]" }]
Expand Down

0 comments on commit 8d2a4c6

Please sign in to comment.