Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.0](v0.4.0...v0.5.0) (2024-01-26)

### Features

* added json serializer that encodes tables and images ([#29](#29)) ([054cca4](054cca4)), closes [#20](#20)
* Memoization ([#38](#38)) ([2a26b48](2a26b48))
* Replace flask with quart ([#43](#43)) ([5520b68](5520b68)), closes [#42](#42)
* support placeholder queries that only request a subset of data ([#39](#39)) ([dae57dc](dae57dc))
* update to safe-ds 0.17.1 + server refactor ([#37](#37)) ([1bcad07](1bcad07))

### Bug Fixes

* allow multiple connections to work with the runner ([#31](#31)) ([64685a3](64685a3))
  • Loading branch information
semantic-release-bot committed Jan 26, 2024
1 parent 5520b68 commit 46630de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.5.0](https://github.com/Safe-DS/Runner/compare/v0.4.0...v0.5.0) (2024-01-26)


### Features

* added json serializer that encodes tables and images ([#29](https://github.com/Safe-DS/Runner/issues/29)) ([054cca4](https://github.com/Safe-DS/Runner/commit/054cca4cf8025932c0a73e1f734a31fb20cab99a)), closes [#20](https://github.com/Safe-DS/Runner/issues/20)
* Memoization ([#38](https://github.com/Safe-DS/Runner/issues/38)) ([2a26b48](https://github.com/Safe-DS/Runner/commit/2a26b48405225516e550703f3f9cdce49079eaae))
* Replace flask with quart ([#43](https://github.com/Safe-DS/Runner/issues/43)) ([5520b68](https://github.com/Safe-DS/Runner/commit/5520b68143795609513e63def569cdbec0e6df6a)), closes [#42](https://github.com/Safe-DS/Runner/issues/42)
* support placeholder queries that only request a subset of data ([#39](https://github.com/Safe-DS/Runner/issues/39)) ([dae57dc](https://github.com/Safe-DS/Runner/commit/dae57dc93134cfe5e1ec0d1e5120c66aaf77f085))
* update to safe-ds 0.17.1 + server refactor ([#37](https://github.com/Safe-DS/Runner/issues/37)) ([1bcad07](https://github.com/Safe-DS/Runner/commit/1bcad07fdbea1051a4334029e64dc5b4cf7e0ba0))


### Bug Fixes

* allow multiple connections to work with the runner ([#31](https://github.com/Safe-DS/Runner/issues/31)) ([64685a3](https://github.com/Safe-DS/Runner/commit/64685a36840dc5785e756a27d1b3c2396e71e47b))

## [0.4.0](https://github.com/Safe-DS/Runner/compare/v0.3.0...v0.4.0) (2023-12-05)


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.4.0"
version = "0.5.0"
description = "Execute Safe-DS programs that were compiled to Python."
authors = ["Lars Reimann <mail@larsreimann.com>"]
license = "MIT"
Expand Down

0 comments on commit 46630de

Please sign in to comment.