Skip to content

Commit

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

### Features

* handle list of filenames in `absolute_path` and `file_mtime` ([#89](#89)) ([50d831f](50d831f)), closes [#88](#88)
* prepare and pool processes ([#87](#87)) ([e5e7011](e5e7011)), closes [#85](#85)
  • Loading branch information
semantic-release-bot committed Apr 22, 2024
1 parent e5e7011 commit 07d4c15
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.12.0](https://github.com/Safe-DS/Runner/compare/v0.11.0...v0.12.0) (2024-04-22)


### Features

* handle list of filenames in `absolute_path` and `file_mtime` ([#89](https://github.com/Safe-DS/Runner/issues/89)) ([50d831f](https://github.com/Safe-DS/Runner/commit/50d831fb2ed5381e4d4f5bf291431dcf3b7edd07)), closes [#88](https://github.com/Safe-DS/Runner/issues/88)
* prepare and pool processes ([#87](https://github.com/Safe-DS/Runner/issues/87)) ([e5e7011](https://github.com/Safe-DS/Runner/commit/e5e7011eca50a49acd7f8c0ca937ad43faf393e6)), closes [#85](https://github.com/Safe-DS/Runner/issues/85)

## [0.11.0](https://github.com/Safe-DS/Runner/compare/v0.10.0...v0.11.0) (2024-04-17)


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-runner"
version = "0.11.0"
version = "0.12.0"
description = "Execute Safe-DS programs that were compiled to Python."
authors = ["Lars Reimann <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 07d4c15

Please sign in to comment.