-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Apr 25, 2023
1 parent
00cb7ca
commit 31a6088
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
## [0.2.36](https://github.com/InTaVia/InTaVia-Backend/compare/v0.1.0...v0.2.36) (2023-04-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adapt version path in pyproject.toml and delete changelog ([7eb5b4b](https://github.com/InTaVia/InTaVia-Backend/commit/7eb5b4bf0e3ad329b8ceec2e50e6669e334006c7)) | ||
|
||
|
||
|
||
# [0.1.0](https://github.com/InTaVia/InTaVia-Backend/compare/v0.2.24...v0.1.0) (2023-04-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adds github release step and changes version to pyproject.toml ([2776361](https://github.com/InTaVia/InTaVia-Backend/commit/27763610707b6bc4ff681a4a0fb8ca1562cd4389)) | ||
|
||
|
||
|
||
## [0.2.24](https://github.com/InTaVia/InTaVia-Backend/compare/v0.2.23...v0.2.24) (2023-04-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adds BNet and EDM graph again ([6d68bf7](https://github.com/InTaVia/InTaVia-Backend/commit/6d68bf7778c72eafe597c30ece2c13e52e8f03f4)) | ||
* adds checkout action ([0a81269](https://github.com/InTaVia/InTaVia-Backend/commit/0a81269fb1e4a21534f8c777be08f168b41f32b0)) | ||
* bumps version of fastapi ([016c8ac](https://github.com/InTaVia/InTaVia-Backend/commit/016c8ac740e03a84cc60ff2e10e57a8426c3750e)) | ||
* bumps version to correct ([1d9a39f](https://github.com/InTaVia/InTaVia-Backend/commit/1d9a39f0efae1be894b424d7edc8935ade169b31)) | ||
* moves release part into steps ([79643c5](https://github.com/InTaVia/InTaVia-Backend/commit/79643c51f498d8bd5ac52bb6e042a9ef7677bdca)) | ||
* remove BNet from default datasets to get system running ([6b88443](https://github.com/InTaVia/InTaVia-Backend/commit/6b884434dca575fb6558a5f003176634e946b1b2)) | ||
* remove edm to check if backend works without ([37304b7](https://github.com/InTaVia/InTaVia-Backend/commit/37304b776fe7463828e8f2a9179f0a6e35f0feaf)) | ||
* removes wrong changelog file ([6042227](https://github.com/InTaVia/InTaVia-Backend/commit/604222729e01e645928febe22d48a793e3c387bf)) | ||
|
||
|
||
### Features | ||
|
||
* adds edm graph to dataset enum ([e1df641](https://github.com/InTaVia/InTaVia-Backend/commit/e1df6411509f5786a42a79333705652e17861994)), closes [#151](https://github.com/InTaVia/InTaVia-Backend/issues/151) | ||
* adds release action; adapts build to run on release only ([50d9ee7](https://github.com/InTaVia/InTaVia-Backend/commit/50d9ee74a9fcc5659372f6c5eb2c2ba311213680)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ profile = "black" | |
|
||
[tool.poetry] | ||
name = "intavia-backend" | ||
version = "0.2.35" | ||
version = "0.2.36" | ||
description = "" | ||
authors = [ "Matthias Schlögl <[email protected]>" ] | ||
license = "MIT" | ||
|