From 482bcf7071737a1f105f22e1edc968672e3d2980 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Apr 2023 20:21:04 +0000 Subject: [PATCH] 0.22.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3411c5e..6abd87c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.22.0 (2023-04-24) +### Feature +* Add feature descriptions for text features ([`84c696a`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/84c696a138ab0f589b2698f67c3097cb32d68200)) + +### Documentation +* Add readme link ([`217e550`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/217e5506d4e0b947355158c19854153fd2a48546)) + ## v0.21.4 (2023-04-04) ### Fix * Remove unreasonably high or low bmi values ([`07f52c2`](https://github.com/Aarhus-Psychiatry-Research/psycop-feature-generation/commit/07f52c207c2c13fc79dd0ba97e243cef470f9fa0)) diff --git a/pyproject.toml b/pyproject.toml index 5c0986f1..01c16c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_feature_generation" -version = "0.21.4" +version = "0.22.0" description = "" authors = [ {name = "Martin Bernstorff", email = "martinbernstorfff@gmail.com"}