From 2f1d5c53bba7f5cc26603234cf6a822a325e9ca5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Feb 2024 08:35:13 +0000 Subject: [PATCH] chore(release): 0.19.0 [skip ci] ## [0.19.0](https://github.com/Safe-DS/Library/compare/v0.18.0...v0.19.0) (2024-02-06) ### Features * 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)) --- 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 3aff5f81c..97d39feb5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.19.0](https://github.com/Safe-DS/Library/compare/v0.18.0...v0.19.0) (2024-02-06) + + +### Features + +* 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)) + ## [0.18.0](https://github.com/Safe-DS/Library/compare/v0.17.1...v0.18.0) (2024-02-03) diff --git a/pyproject.toml b/pyproject.toml index 8d836b3eb..0c12ec541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds" -version = "0.18.0" +version = "0.19.0" description = "A user-friendly library for Data Science in Python." authors = ["Lars Reimann "] license = "MIT"