We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533a966 commit 18b99ebCopy full SHA for 18b99eb
docs/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.28.1](https://github.com/Safe-DS/Library/compare/v0.28.0...v0.28.1) (2024-09-26)
2
+
3
+### Bug Fixes
4
5
+* unwrap operators of cell operations ([#932](https://github.com/Safe-DS/Library/issues/932)) ([533a966](https://github.com/Safe-DS/Library/commit/533a966624bbac2deeb84491d743f84d01512e50))
6
7
## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17)
8
9
### Features
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 <[email protected]>"]
license = "MIT"
0 commit comments