Skip to content

Commit 637960b

Browse files
Bump Compat Entry for FunSQL and Release Patch Version (#80)
* Added new version information * Fixed compat entries until resolution by OHDSICohortExpressions
1 parent 56a2e87 commit 637960b

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.5.1] - June 17th, 2024
9+
10+
### Added
11+
12+
- Minor bump to update FunSQL dependency
13+
14+
* Dropped support for FunSQL 0.11
15+
16+
* Updated support for FunSQL 0.13 series
817

918
## [0.5.0] - February 23rd, 2024
1019

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
given-names: Fareeda
1111
- family-names: Sanjay
1212
given-names: Jay
13-
title: "OMOPCDMCohortCreator 0.5.0"
14-
version: 0.5.0
13+
title: "OMOPCDMCohortCreator 0.5.1"
14+
version: 0.5.1
1515
doi: 10.5281/zenodo.7052105
16-
date-released: 2024-02-23
16+
date-released: 2024-06-14

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCDMCohortCreator"
22
uuid = "f525a15e-a73f-4eef-870f-f901257eae22"
33
authors = ["Jacob Zelko <[email protected]>", "Fareeda Abdelazeez", "Varshini Chinta", "Jay Sanjay <[email protected]>"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
@@ -13,6 +13,6 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
1313
[compat]
1414
DBInterface = "2.5"
1515
DataFrames = "1.3"
16-
FunSQL = "0.10, 0.11"
16+
FunSQL = "0.10, 0.11, 0.12, 0.13"
1717
TimeZones = "1.9"
1818
julia = "1.6"

test/Project.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
1414
[compat]
1515
DBInterface = "2"
1616
DataFrames = "1"
17-
FunSQL = "0.10"
17+
FunSQL = "0.10, 0.11, 0.12, 0.13"
1818
HealthSampleData = "0"
19+
JSON3 = "1.14"
20+
OHDSICohortExpressions = "0.1.5"
1921
SQLite = "1"
2022
TimeZones = "1"
21-
julia = "1.7"
23+
julia = "1.6"

0 commit comments

Comments
 (0)