Skip to content

Commit

Permalink
chore(main): release 0.1.45 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Jun 4, 2024
1 parent 0f4ff59 commit b6df8ab
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.45](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.44...0.1.45) (2024-05-30)


### Features

* **Run:** Run pipelines with the debugger ready to be used ([a67d0fe](https://github.com/BLSQ/openhexa-sdk-python/commit/a67d0fe6eeba0c97cb2513b5c9d6fb9a2b5d8690))
* **Run:** Run pipelines with the debugger ready to be used ([#157](https://github.com/BLSQ/openhexa-sdk-python/issues/157)) ([754c21b](https://github.com/BLSQ/openhexa-sdk-python/commit/754c21b4888b69ee7feb6f80beaf672520539f52))
* **Run:** Run pipelines with the debugger ready to be used ([#157](https://github.com/BLSQ/openhexa-sdk-python/issues/157)) ([6863173](https://github.com/BLSQ/openhexa-sdk-python/commit/686317301b7ec9e1c83ec8ce7bb2c58a0f9b4021))


### Bug Fixes

* **Cli:** no error is thrown when workspace doesn't exist ([#153](https://github.com/BLSQ/openhexa-sdk-python/issues/153)) ([fbbec07](https://github.com/BLSQ/openhexa-sdk-python/commit/fbbec07bc27ad6e53cd8f15bd68c701f4b702c76))
* **Cli:** no error is thrown when workspace doesn't exist ([#153](https://github.com/BLSQ/openhexa-sdk-python/issues/153)) ([cefc69c](https://github.com/BLSQ/openhexa-sdk-python/commit/cefc69c15f8abd2b27e3e4d9ba3b88507537f296))


### Miscellaneous

* **deps:** bump docker from 7.0.0 to 7.1.0 ([#156](https://github.com/BLSQ/openhexa-sdk-python/issues/156)) ([e6cc226](https://github.com/BLSQ/openhexa-sdk-python/commit/e6cc226bae490bc1bb85453b6bed988464093c51))
* **deps:** bump docker from 7.0.0 to 7.1.0 ([#156](https://github.com/BLSQ/openhexa-sdk-python/issues/156)) ([377fca6](https://github.com/BLSQ/openhexa-sdk-python/commit/377fca606d6c51665cf4e60e1a9cae3d491421d3))

## [0.1.44](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.43...0.1.44) (2024-05-27)


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.44"
version = "0.1.45"
description = "OpenHEXA SDK"

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

0 comments on commit b6df8ab

Please sign in to comment.