diff --git a/CHANGELOG.md b/CHANGELOG.md index e69aa83..2b241f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.5.1] - June 17th, 2024 + +### Added + +- Minor bump to update FunSQL dependency + + * Dropped support for FunSQL 0.11 + + * Updated support for FunSQL 0.13 series ## [0.5.0] - February 23rd, 2024 diff --git a/CITATION.cff b/CITATION.cff index b5445be..59884b3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ authors: given-names: Fareeda - family-names: Sanjay given-names: Jay -title: "OMOPCDMCohortCreator 0.5.0" -version: 0.5.0 +title: "OMOPCDMCohortCreator 0.5.1" +version: 0.5.1 doi: 10.5281/zenodo.7052105 -date-released: 2024-02-23 +date-released: 2024-06-14 diff --git a/Project.toml b/Project.toml index f886c27..3de9af5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OMOPCDMCohortCreator" uuid = "f525a15e-a73f-4eef-870f-f901257eae22" authors = ["Jacob Zelko ", "Fareeda Abdelazeez", "Varshini Chinta", "Jay Sanjay "] -version = "0.5.0" +version = "0.5.1" [deps] DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965" @@ -13,6 +13,6 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] DBInterface = "2.5" DataFrames = "1.3" -FunSQL = "0.10, 0.11" +FunSQL = "0.10, 0.11, 0.12, 0.13" TimeZones = "1.9" julia = "1.6" diff --git a/test/Project.toml b/test/Project.toml index 95297d7..be3edb0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,8 +14,10 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] DBInterface = "2" DataFrames = "1" -FunSQL = "0.10" +FunSQL = "0.10, 0.11, 0.12, 0.13" HealthSampleData = "0" +JSON3 = "1.14" +OHDSICohortExpressions = "0.1.5" SQLite = "1" TimeZones = "1" -julia = "1.7" +julia = "1.6"