-
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
Feb 2, 2024
1 parent
22c9ffe
commit 6dda08b
Showing
2 changed files
with
17 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,16 @@ | ||
# (2024-02-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adds first person retrieval view ([6ce784d](https://github.com/acdh-oeaw/semantic-kraus-api/commit/6ce784da3e82389344c37ae8eab53fe0794857d7)) | ||
* adds sameAs and graphs to endpoints ([769ee50](https://github.com/acdh-oeaw/semantic-kraus-api/commit/769ee502206ad0b0b206eaa71b50b3a662744578)) | ||
|
||
|
||
### Features | ||
|
||
* adds deployment action ([22c9ffe](https://github.com/acdh-oeaw/semantic-kraus-api/commit/22c9ffe756eeae889db9b85e3b2491e9d973c594)) | ||
* initial commit ([b4c9275](https://github.com/acdh-oeaw/semantic-kraus-api/commit/b4c92756b9f13c2b151507110ecae8cb611d3076)) | ||
|
||
|
||
|
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 = "semantic-kraus-api" | ||
version = "0.1" | ||
version = "null" | ||
description = "" | ||
authors = [ "Matthias Schlögl <[email protected]>" ] | ||
license = "MIT" | ||
|