Skip to content

Commit 18b99eb

Browse files
chore(release): 0.28.1 [skip ci]
## [0.28.1](v0.28.0...v0.28.1) (2024-09-26) ### Bug Fixes * unwrap operators of cell operations ([#932](#932)) ([533a966](533a966))
1 parent 533a966 commit 18b99eb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17)
28

39
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "safe-ds"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
description = "A user-friendly library for Data Science in Python."
55
authors = ["Lars Reimann <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)