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

Commit

Permalink
chore(release): 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.0](v0.7.0...v0.8.0) (2023-03-29)

### Features

* compatibility with `safe-ds` v0.7.0 ([#42](#42)) ([8962627](8962627))
* subclass of `Table` that can include column descriptions ([#43](#43)) ([56aff62](56aff62)), closes [#41](#41)
  • Loading branch information
semantic-release-bot committed Mar 29, 2023
1 parent 56aff62 commit 504cc3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.8.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.7.0...v0.8.0) (2023-03-29)


### Features

* compatibility with `safe-ds` v0.7.0 ([#42](https://github.com/Safe-DS/Stdlib-Examples/issues/42)) ([8962627](https://github.com/Safe-DS/Stdlib-Examples/commit/8962627e4e692906501ea5b0fc84d191a4290900))
* subclass of `Table` that can include column descriptions ([#43](https://github.com/Safe-DS/Stdlib-Examples/issues/43)) ([56aff62](https://github.com/Safe-DS/Stdlib-Examples/commit/56aff6212f306973d21aecaa8600a8dd2b2fe3c7)), closes [#41](https://github.com/Safe-DS/Stdlib-Examples/issues/41)

## [0.7.0](https://github.com/Safe-DS/Stdlib-Examples/compare/v0.6.0...v0.7.0) (2023-03-27)


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.7.0"
version = "0.8.0"
description = "Ready-to-use examples for the Safe-DS Python library."
license = "MIT"
authors = ["Lars Reimann <mail@larsreimann.com>"]
Expand Down

0 comments on commit 504cc3b

Please sign in to comment.