Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit 3f05481

Browse files
chore(release): 0.10.0 [skip ci]
## [0.10.0](v0.9.1...v0.10.0) (2023-04-13) ### Features * compatibility with `safe-ds` v0.10.0 ([#49](#49)) ([4f7d3b8](4f7d3b8)) ### Bug Fixes * lower bound for `safe-ds` ([8dc748f](8dc748f))
1 parent 8dc748f commit 3f05481

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.10.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.9.1...v0.10.0) (2023-04-13)
2+
3+
4+
### Features
5+
6+
* compatibility with `safe-ds` v0.10.0 ([#49](https://github.com/Safe-DS/Stdlib-Examples/issues/49)) ([4f7d3b8](https://github.com/Safe-DS/Stdlib-Examples/commit/4f7d3b84cc2cbd1e445824516f5422598b5556a4))
7+
8+
9+
### Bug Fixes
10+
11+
* lower bound for `safe-ds` ([8dc748f](https://github.com/Safe-DS/Stdlib-Examples/commit/8dc748f43e3676b99e626953d67f909339dae7de))
12+
113
## [0.9.1](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.9.0...v0.9.1) (2023-04-04)
214

315

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-examples"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
description = "Ready-to-use examples for the Safe-DS Python library."
55
license = "MIT"
66
authors = ["Lars Reimann <mail@larsreimann.com>"]

0 commit comments

Comments
 (0)