From ca8b78dca40a0f887f1af4ebbafaa2a6238bdb83 Mon Sep 17 00:00:00 2001 From: "41898282+github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:25:50 +0000 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20prepare=20release?= =?UTF-8?q?=20v2.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- CITATION.cff | 4 ++-- VERSION | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203ec85..af59306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## CARLISLE development version +## CARLISLE 2.6.1 - Load the module for snakemake v7, but do not specify the minor and patch versions. (#149, @kelly-sovacool) @@ -14,7 +14,7 @@ - Fixes `no_dedup` variable names in library normalization scripts. - Fig bug that added nonexistent directories to the singularity bind paths. (#135, @kelly-sovacool) - Containerize rules that require R (`deseq`, `go_enrichment`, and `spikein_assessment`) to fix installation issues with common R library path. (#129, @kelly-sovacool) - - The `Rlib_dir` and `Rpkg_config` config options have been removed as they are no longer needed. + - The `Rlib_dir` and `Rpkg_config` config options have been removed as they are no longer needed. ### New features diff --git a/CITATION.cff b/CITATION.cff index ce50b45..53ed0f9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,5 +41,5 @@ identifiers: - description: Archived snapshots of all versions type: doi value: 10.5281/zenodo.10483876 -version: v2.6.0 -date-released: "2024-09-12" +version: v2.6.1 +date-released: "2024-10-14" diff --git a/VERSION b/VERSION index 8f87ff7..6a6a3d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0-dev +2.6.1 From faac03ab44226e60f2ac34bb9f519664f50fbc66 Mon Sep 17 00:00:00 2001 From: "41898282+github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:44:17 +0000 Subject: [PATCH 2/2] chore: bump changelog & version after release of v2.6.1 --- CHANGELOG.md | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af59306..a543d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## CARLISLE development version + ## CARLISLE 2.6.1 - Load the module for snakemake v7, but do not specify the minor and patch versions. (#149, @kelly-sovacool) diff --git a/VERSION b/VERSION index 6a6a3d8..8e41575 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.1 +2.6.1-dev