diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c060475..a59fd38 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 8b5e347..e92ce3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"