From 97f087baad7c37ed29203a438727fca576299d86 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 09:15:33 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] ## [0.14.0](https://github.com/Safe-DS/Runner/compare/v0.13.1...v0.14.0) (2024-05-02) ### Features * require `safe-ds` version 0.22.0 ([#98](https://github.com/Safe-DS/Runner/issues/98)) ([6f7c934](https://github.com/Safe-DS/Runner/commit/6f7c934ae200d8dd41f6e135f24469302c8490c8)) --- 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 ae279d5..bfd153f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.14.0](https://github.com/Safe-DS/Runner/compare/v0.13.1...v0.14.0) (2024-05-02) + + +### Features + +* require `safe-ds` version 0.22.0 ([#98](https://github.com/Safe-DS/Runner/issues/98)) ([6f7c934](https://github.com/Safe-DS/Runner/commit/6f7c934ae200d8dd41f6e135f24469302c8490c8)) + ## [0.13.1](https://github.com/Safe-DS/Runner/compare/v0.13.0...v0.13.1) (2024-04-24) diff --git a/pyproject.toml b/pyproject.toml index 1099b83..eb78f44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.13.1" +version = "0.14.0" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"