From c97925b7199c818ae7468e30a439b624a4e52a6c Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Thu, 25 Jun 2026 15:35:37 +0200 Subject: [PATCH 1/2] v0.24.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae15b5..21d4eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Samply.Focus v0.24.1 2026-06-24 + +## Minor + +* log SQL query errors +* change age_at_study_enrollment type to numeric::int in patient selection (#360) + # Samply.Focus v0.24.0 2026-05-29 ## Major changes diff --git a/Cargo.toml b/Cargo.toml index 636c666..1964fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "focus" -version = "0.24.0" +version = "0.24.1" edition = "2021" license = "Apache-2.0" From 048774ff973942fc60facf42651d0c77fe7a222d Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Thu, 25 Jun 2026 15:38:57 +0200 Subject: [PATCH 2/2] removed commit number from changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d4eef..62cfe02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Minor * log SQL query errors -* change age_at_study_enrollment type to numeric::int in patient selection (#360) +* change age_at_study_enrollment type to numeric::int in patient selection # Samply.Focus v0.24.0 2026-05-29