Skip to content

Commit

Permalink
chore(release): 0.17.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.17.0](v0.16.0...v0.17.0) (2024-05-29)

### Features

* require `safe-ds` version 0.26.0  ([#119](#119)) ([1360d9a](1360d9a))

### Bug Fixes

* catch possible pickling errors ([#118](#118)) ([6333b64](6333b64))
  • Loading branch information
semantic-release-bot committed May 29, 2024
1 parent 1360d9a commit 5fd1050
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.17.0](https://github.com/Safe-DS/Runner/compare/v0.16.0...v0.17.0) (2024-05-29)


### Features

* require `safe-ds` version 0.26.0 ([#119](https://github.com/Safe-DS/Runner/issues/119)) ([1360d9a](https://github.com/Safe-DS/Runner/commit/1360d9a6647fc9e342be5c427a5181114f087467))


### Bug Fixes

* catch possible pickling errors ([#118](https://github.com/Safe-DS/Runner/issues/118)) ([6333b64](https://github.com/Safe-DS/Runner/commit/6333b643490909703f53025698f0045912dd8c38))

## [0.16.0](https://github.com/Safe-DS/Runner/compare/v0.15.0...v0.16.0) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "safe-ds-runner"
version = "0.16.0"
version = "0.17.0"
description = "Execute Safe-DS programs that were compiled to Python."
authors = ["Lars Reimann <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5fd1050

Please sign in to comment.