From 6f24fbf95c37f8c897891572516213b5a517089a Mon Sep 17 00:00:00 2001 From: javier-gracia-tabuenca-tuni Date: Mon, 1 Dec 2025 10:48:06 +0200 Subject: [PATCH 1/2] Increment version number to 2.1.2 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5b0a246..10b4dd2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ROMOPMappingTools Title: Tools for Working with OMOP CDM Mappings -Version: 2.1.1 +Version: 2.1.2 Authors@R: person("Javier", "Gracia-Tabuenca", , "javier.graciatabuenca@tuni.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2455-0598")) diff --git a/NEWS.md b/NEWS.md index c157bf7..171d45a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# ROMOPMappingTools 2.1.2 + # ROMOPMappingTools 2.1.1 - Fixed bug in the conversion of the OMOP vocabulary CSVs to DuckDB From e246253960d21ee44383984ae246189ba00064c4 Mon Sep 17 00:00:00 2001 From: javier-gracia-tabuenca-tuni Date: Mon, 1 Dec 2025 10:50:06 +0200 Subject: [PATCH 2/2] v2.1.2 --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 171d45a..4f46674 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # ROMOPMappingTools 2.1.2 +- Added rule to validate usagi file: sourceConceptCode must be less than 50 characters +- Fix bug in the DuckDB export: remove QUOTE '' from the export, this was adding extra characters to the export + # ROMOPMappingTools 2.1.1 - Fixed bug in the conversion of the OMOP vocabulary CSVs to DuckDB