Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.1...v0.1.0) (2023-11-29)

### Features

* drop Python 3.10 and add Python 3.12 ([#4](#4)) ([08a8972](08a8972))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 24fb8e0 commit 0dc8a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [0.1.0](https://github.com/Safe-DS/Runner/compare/v0.0.1...v0.1.0) (2023-11-29)


### Features

* drop Python 3.10 and add Python 3.12 ([#4](https://github.com/Safe-DS/Runner/issues/4)) ([08a8972](https://github.com/Safe-DS/Runner/commit/08a8972af06a3ee26a6da4b133403e5e78933185))
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.0.1"
version = "0.1.0"
description = "Execute Safe-DS programs that were compiled to Python."
authors = ["Lars Reimann <mail@larsreimann.com>"]
license = "MIT"
Expand Down

0 comments on commit 0dc8a5b

Please sign in to comment.