From df210dc7a08c78b6903e762d56941c52fc877096 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 11:09:29 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] ## [0.4.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.3.0...v0.4.0) (2023-03-17) ### Features * add "id" column to Titanic dataset ([#29](https://github.com/Safe-DS/Stdlib-Examples/issues/29)) ([34f1389](https://github.com/Safe-DS/Stdlib-Examples/commit/34f1389142658c95e860715b29c4261dee52b61a)) --- 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 5fd1854..ef6df5d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.3.0...v0.4.0) (2023-03-17) + + +### Features + +* add "id" column to Titanic dataset ([#29](https://github.com/Safe-DS/Stdlib-Examples/issues/29)) ([34f1389](https://github.com/Safe-DS/Stdlib-Examples/commit/34f1389142658c95e860715b29c4261dee52b61a)) + ## [0.3.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.2.1...v0.3.0) (2023-03-15) diff --git a/pyproject.toml b/pyproject.toml index e0c7396..d2718ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-examples" -version = "0.3.0" +version = "0.4.0" description = "Ready-to-use examples for the Safe-DS Python library." license = "MIT" authors = ["Lars Reimann "]