From 66f2f9643882bbbe92f51d30e5e769f096f584a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Feb 2023 13:56:37 +0000 Subject: [PATCH] 0.17.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c3222b..46f25d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.17.1 (2023-02-10) +### Fix +* Allowed types works again ([`dbe75ca`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/dbe75ca79c9c596be06fbd7649d7f110ac351bc9)) +* All arg names now congruent, visit_types takes a list of visit types instead of string ([`e63e9d4`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/e63e9d43ff1b1f0793e4f3940ee8d45a22d76c90)) + ## v0.17.0 (2023-02-09) ### Feature * Add text loaders ([`9c7d959`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/9c7d95968c3181d7dcbfc3506961a77f2dd7768d)) diff --git a/pyproject.toml b/pyproject.toml index a575c7e6..f6ec0ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycop_feature_generation" -version = "0.17.0" +version = "0.17.1" description = "" authors = ["Your Name "]