Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.0](v0.3.0...v0.4.0) (2023-12-05)

### Features

* shutdown messages ([#25](#25)) ([93fcb85](93fcb85)), closes [#24](#24)

### Bug Fixes

* race condition when initializing multiprocessing manager ([#26](#26)) ([fc5934f](fc5934f)), closes [#18](#18)
  • Loading branch information
semantic-release-bot committed Dec 5, 2023
1 parent f7b0502 commit 7ed7c5c
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.4.0](https://github.com/Safe-DS/Runner/compare/v0.3.0...v0.4.0) (2023-12-05)


### Features

* shutdown messages ([#25](https://github.com/Safe-DS/Runner/issues/25)) ([93fcb85](https://github.com/Safe-DS/Runner/commit/93fcb85de9adff9b4206627447ad79347c43dfaa)), closes [#24](https://github.com/Safe-DS/Runner/issues/24)


### Bug Fixes

* race condition when initializing multiprocessing manager ([#26](https://github.com/Safe-DS/Runner/issues/26)) ([fc5934f](https://github.com/Safe-DS/Runner/commit/fc5934f7ad1c5d91aedb439a0f91396d519afd2b)), closes [#18](https://github.com/Safe-DS/Runner/issues/18)

## [0.3.0](https://github.com/Safe-DS/Runner/compare/v0.2.1...v0.3.0) (2023-12-04)


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.3.0"
version = "0.4.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 7ed7c5c

Please sign in to comment.