Skip to content

Commit

Permalink
chore(release): 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.1](v0.2.0...v0.2.1) (2023-11-30)

### Bug Fixes

* add missing launch script ([#16](#16)) ([1564add](1564add))
* runner startup crash ([#15](#15)) ([01df889](01df889))
  • Loading branch information
semantic-release-bot committed Nov 30, 2023
1 parent 238d9e2 commit 7120cb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.2.1](https://github.com/Safe-DS/Runner/compare/v0.2.0...v0.2.1) (2023-11-30)


### Bug Fixes

* add missing launch script ([#16](https://github.com/Safe-DS/Runner/issues/16)) ([1564add](https://github.com/Safe-DS/Runner/commit/1564add6f868869297f39151499f174c47750f8d))
* runner startup crash ([#15](https://github.com/Safe-DS/Runner/issues/15)) ([01df889](https://github.com/Safe-DS/Runner/commit/01df8891985b240ebd1ed2f1560f0cdacb1f6a55))

## [0.2.0](https://github.com/Safe-DS/Runner/compare/v0.1.0...v0.2.0) (2023-11-30)


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.2.0"
version = "0.2.1"
description = "Execute Safe-DS programs that were compiled to Python."
authors = ["Lars Reimann <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7120cb5

Please sign in to comment.