From 9992b21a1fdef111404ddb5b4d2f678c6f77d152 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 15:21:41 +0000 Subject: [PATCH] chore(release): 0.11.0 [skip ci] ## [0.11.0](https://github.com/Safe-DS/Runner/compare/v0.10.0...v0.11.0) (2024-04-17) ### Features * bump `safe-ds` to `v0.21.0` ([#86](https://github.com/Safe-DS/Runner/issues/86)) ([d780822](https://github.com/Safe-DS/Runner/commit/d78082222d179d61a53ec9a3560246aad2f74c32)), closes [#85](https://github.com/Safe-DS/Runner/issues/85) * memoization improvements ([#81](https://github.com/Safe-DS/Runner/issues/81)) ([6bc2288](https://github.com/Safe-DS/Runner/commit/6bc22889afc8e61922cb2905badad2974cff9b54)), closes [#44](https://github.com/Safe-DS/Runner/issues/44) --- docs/CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8a37887..9505357 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.11.0](https://github.com/Safe-DS/Runner/compare/v0.10.0...v0.11.0) (2024-04-17) + + +### Features + +* bump `safe-ds` to `v0.21.0` ([#86](https://github.com/Safe-DS/Runner/issues/86)) ([d780822](https://github.com/Safe-DS/Runner/commit/d78082222d179d61a53ec9a3560246aad2f74c32)), closes [#85](https://github.com/Safe-DS/Runner/issues/85) +* memoization improvements ([#81](https://github.com/Safe-DS/Runner/issues/81)) ([6bc2288](https://github.com/Safe-DS/Runner/commit/6bc22889afc8e61922cb2905badad2974cff9b54)), closes [#44](https://github.com/Safe-DS/Runner/issues/44) + ## [0.10.0](https://github.com/Safe-DS/Runner/compare/v0.9.0...v0.10.0) (2024-04-10) diff --git a/pyproject.toml b/pyproject.toml index 608afc7..a97c7b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.10.0" +version = "0.11.0" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"