From 23fe1f65d5f30bcacd6b22030c8df332661f572a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 22:28:33 +0100 Subject: [PATCH] chore(release): update release 0.3.0 (#25) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lars Reimann Co-authored-by: lars-reimann --- docs/CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 25df627..5fd1854 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.3.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.2.1...v0.3.0) (2023-03-15) + + +### Features + +* house sales example ([#23](https://github.com/Safe-DS/Stdlib-Examples/issues/23)) ([be847cd](https://github.com/Safe-DS/Stdlib-Examples/commit/be847cdb807b133f0341c366933e92d1a7d22446)), closes [#14](https://github.com/Safe-DS/Stdlib-Examples/issues/14) +* Titanic column names & description ([#24](https://github.com/Safe-DS/Stdlib-Examples/issues/24)) ([1ee9a48](https://github.com/Safe-DS/Stdlib-Examples/commit/1ee9a482f7d7f54b36d21ce53c5dbfa3299fece8)) + ## [0.2.1](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.2.0...v0.2.1) (2023-03-14) diff --git a/pyproject.toml b/pyproject.toml index befcae1..e0c7396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds-examples" -version = "0.2.1" +version = "0.3.0" description = "Ready-to-use examples for the Safe-DS Python library." license = "MIT" authors = ["Lars Reimann "]