From 18b99ebd9a943c603db06c12f6c3c1b757ce0de2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 11:24:16 +0000 Subject: [PATCH] chore(release): 0.28.1 [skip ci] ## [0.28.1](https://github.com/Safe-DS/Library/compare/v0.28.0...v0.28.1) (2024-09-26) ### Bug Fixes * unwrap operators of cell operations ([#932](https://github.com/Safe-DS/Library/issues/932)) ([533a966](https://github.com/Safe-DS/Library/commit/533a966624bbac2deeb84491d743f84d01512e50)) --- docs/CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 156df1baa..73d74e81e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.28.1](https://github.com/Safe-DS/Library/compare/v0.28.0...v0.28.1) (2024-09-26) + +### Bug Fixes + +* unwrap operators of cell operations ([#932](https://github.com/Safe-DS/Library/issues/932)) ([533a966](https://github.com/Safe-DS/Library/commit/533a966624bbac2deeb84491d743f84d01512e50)) + ## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17) ### Features diff --git a/pyproject.toml b/pyproject.toml index 58d15b061..3012738cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds" -version = "0.28.0" +version = "0.28.1" description = "A user-friendly library for Data Science in Python." authors = ["Lars Reimann "] license = "MIT"