From 69aadedec1c725ada9ed90fe16ddec40214f83d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 14:11:55 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] ## [0.2.0](https://github.com/Safe-DS/Runner/compare/v0.1.0...v0.2.0) (2023-11-30) ### Features * python server ([#6](https://github.com/Safe-DS/Runner/issues/6)) ([a2c4f0f](https://github.com/Safe-DS/Runner/commit/a2c4f0f1d0cd084bce47e4baf888ef50bf2e22df)) --- docs/CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1419864..c060475 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.0](https://github.com/Safe-DS/Runner/compare/v0.1.0...v0.2.0) (2023-11-30) + + +### Features + +* python server ([#6](https://github.com/Safe-DS/Runner/issues/6)) ([a2c4f0f](https://github.com/Safe-DS/Runner/commit/a2c4f0f1d0cd084bce47e4baf888ef50bf2e22df)) + ## [0.1.0](https://github.com/Safe-DS/Runner/compare/v0.0.1...v0.1.0) (2023-11-29) diff --git a/pyproject.toml b/pyproject.toml index 1429b53..36d990d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.1.0" +version = "0.2.0" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"