From 114c5172e0e8c8f9773fef6e9cfc170de5fcad82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 00:08:50 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for "DataStructures" to "0.18" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a6003430..33e300a1 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ IntervalTrees = "524e6230-43b7-53ae-be76-1e9e4d08d11b" [compat] BioGenerics = "0.1" -DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17" +DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" IntervalTrees = "1.0" julia = "1" From abc519ab0b8be6486707bcb50423ed24b138828c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciara=CC=81n=20O=E2=80=99Mara?= Date: Sat, 20 Feb 2021 07:31:33 +1100 Subject: [PATCH 2/2] Increment version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 33e300a1..4d4b66dc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GenomicFeatures" uuid = "899a7d2d-5c61-547b-bef9-6698a8d05446" authors = ["Kenta Sato ", "Ben J. Ward ", "Ciarán O’Mara "] -version = "2.0.3" +version = "2.0.4" [deps] BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"