diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e96c8..f9e2c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.8](https://github.com/acdh-oeaw/semantic-kraus-api/compare/v0.2.7...v0.2.8) (2024-02-03) + + +### Bug Fixes + +* setts to 4 workers ([a234745](https://github.com/acdh-oeaw/semantic-kraus-api/commit/a234745e9872ef7fcad95d8cf750892d7eb3c5af)) + + + ## [0.2.7](https://github.com/acdh-oeaw/semantic-kraus-api/compare/v0.2.6...v0.2.7) (2024-02-03) @@ -34,12 +43,3 @@ -## [0.2.3](https://github.com/acdh-oeaw/semantic-kraus-api/compare/v0.2.2...v0.2.3) (2024-02-02) - - -### Bug Fixes - -* adds readme ([b8dcabe](https://github.com/acdh-oeaw/semantic-kraus-api/commit/b8dcabe56190de64fd13a3c4539dfcf0b042f2ca)) - - - diff --git a/pyproject.toml b/pyproject.toml index 24f09eb..c852cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "semantic-kraus-api" -version = "0.2.7" +version = "0.2.8" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"