From 7b1aff644ff3e05dfc3005aac71bbf2004c182f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 13:50:58 +0000 Subject: [PATCH] chore(release): 0.13.1 [skip ci] ## [0.13.1](https://github.com/Safe-DS/Runner/compare/v0.13.0...v0.13.1) (2024-04-24) ### Bug Fixes * possible attribute error when adding `__ex_id__` ([#96](https://github.com/Safe-DS/Runner/issues/96)) ([7cfc0e2](https://github.com/Safe-DS/Runner/commit/7cfc0e2b62821cf6a78cec40004a59ee0e68326e)), closes [#93](https://github.com/Safe-DS/Runner/issues/93) --- 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 9384db2..ae279d5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.13.1](https://github.com/Safe-DS/Runner/compare/v0.13.0...v0.13.1) (2024-04-24) + + +### Bug Fixes + +* possible attribute error when adding `__ex_id__` ([#96](https://github.com/Safe-DS/Runner/issues/96)) ([7cfc0e2](https://github.com/Safe-DS/Runner/commit/7cfc0e2b62821cf6a78cec40004a59ee0e68326e)), closes [#93](https://github.com/Safe-DS/Runner/issues/93) + ## [0.13.0](https://github.com/Safe-DS/Runner/compare/v0.12.0...v0.13.0) (2024-04-24) diff --git a/pyproject.toml b/pyproject.toml index ef739eb..84659ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-runner" -version = "0.13.0" +version = "0.13.1" description = "Execute Safe-DS programs that were compiled to Python." authors = ["Lars Reimann "] license = "MIT"