Skip to content

Commit

Permalink
Bump Compat Entry for FunSQL and Release Patch Version (#80)
Browse files Browse the repository at this point in the history
* Added new version information

* Fixed compat entries until resolution by OHDSICohortExpressions
  • Loading branch information
TheCedarPrince authored Jun 14, 2024
1 parent 56a2e87 commit 637960b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OMOPCDMCohortCreator"
uuid = "f525a15e-a73f-4eef-870f-f901257eae22"
authors = ["Jacob Zelko <[email protected]>", "Fareeda Abdelazeez", "Varshini Chinta", "Jay Sanjay <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
Expand All @@ -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"
6 changes: 4 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 637960b

Please sign in to comment.