From 9ad6ffcd1bc4d986d446631222c86536b96d80e6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Nov 2024 12:25:45 +0000 Subject: [PATCH] 2.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb6719c..dcdbedbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v2.5.0 (2024-11-25) + +### Feature + +* Add new UniqueCountAggregator ([`5bd8ea2`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/5bd8ea2e9f9cdee365732cc5f1ef0827db24caa5)) + +### Fix + +* Typo ([`9e59940`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9e59940dc99ad12cda1521174a90c5e44ea71b26)) + ## v2.4.0 (2024-09-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 7244a1e4..d15fcfe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "timeseriesflattener" -version = "2.4.0" +version = "2.5.0" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" }, { name = "Jakob Grøhn Damgaard", email = "bokajgd@gmail.com" },