From c8782f71cf34f86a7702448bdb18f006ed3176b5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Feb 2024 11:00:53 +0000 Subject: [PATCH] 0.13.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301ed88..d2250df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v0.13.3 (2024-02-23) + +### Documentation + +* docs: Updated tables to include task subtypes ([`e119c58`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/e119c58d5240cc39145b7072fc1bd32d22bb5e2e)) + +### Fix + +* fix: Added task subtypes to tasks + +This follows the denotion in the paper. A task can have multiple task subtypes but only one task type. ([`7fc9ed5`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/7fc9ed52c322d87a12960efa3eca4aab58afaf33)) + +### Unknown + +* Merge pull request #162 from KennethEnevoldsen/add-task-subtypes + +Added task subtypes ([`363ab09`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/363ab0980ac4587318821ddf9b056db2ba93ea34)) + + ## v0.13.2 (2024-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 05a0517..501b5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "seb" -version = "0.13.2" +version = "0.13.3" authors = [ { name = "Kenneth Enevoldsen", email = "Kennethcenevoldsen@gmail.com" }, ]