diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c4bbc..ee05638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ -# (2024-02-02) +# 0.2.0 (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)) +* remove poetry from dockerfile ([872e288](https://github.com/acdh-oeaw/semantic-kraus-api/commit/872e288e146edadb47a8300313ef9855bc840a48)) +* remove unused imports ([464d42b](https://github.com/acdh-oeaw/semantic-kraus-api/commit/464d42b49792e5da28cf4b2ad7eb18eb48a2a731)) +* version tag in pyproject wrong ([799b93f](https://github.com/acdh-oeaw/semantic-kraus-api/commit/799b93f9abc733909465b06c823fe6ff2c06ba60)) ### Features diff --git a/pyproject.toml b/pyproject.toml index 45b3ee8..69f6f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "semantic-kraus-api" -version = "0.1.0" +version = "0.2.0" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"