Skip to content

Commit 2f1d5c5

Browse files
chore(release): 0.19.0 [skip ci]
## [0.19.0](v0.18.0...v0.19.0) (2024-02-06) ### Features * return the correct size for custom container objects ([#547](#547)) ([f44c34d](f44c34d))
1 parent f44c34d commit 2f1d5c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.19.0](https://github.com/Safe-DS/Library/compare/v0.18.0...v0.19.0) (2024-02-06)
2+
3+
4+
### Features
5+
6+
* return the correct size for custom container objects ([#547](https://github.com/Safe-DS/Library/issues/547)) ([f44c34d](https://github.com/Safe-DS/Library/commit/f44c34d2be12d4887f662320c332c58cb3ac4220))
7+
18
## [0.18.0](https://github.com/Safe-DS/Library/compare/v0.17.1...v0.18.0) (2024-02-03)
29

310

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "safe-ds"
3-
version = "0.18.0"
3+
version = "0.19.0"
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)