Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.11.0](v0.10.0...v0.11.0) (2023-04-22)

### Features

* compatibility with `safe-ds` v0.11.0 ([#53](#53)) ([462ec46](462ec46))
  • Loading branch information
semantic-release-bot committed Apr 22, 2023
1 parent 462ec46 commit 008f8b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.10.0...v0.11.0) (2023-04-22)


### Features

* compatibility with `safe-ds` v0.11.0 ([#53](https://github.com/Safe-DS/Stdlib-Examples/issues/53)) ([462ec46](https://github.com/Safe-DS/Stdlib-Examples/commit/462ec46240c25f47946f153866b518b6857f73f3))

## [0.10.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.9.1...v0.10.0) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "safe-ds-examples"
version = "0.10.0"
version = "0.11.0"
description = "Ready-to-use examples for the Safe-DS Python library."
license = "MIT"
authors = ["Lars Reimann <[email protected]>"]
Expand Down

0 comments on commit 008f8b9

Please sign in to comment.