From 49e2311269341b32ce6bb8b9fc156d5d463d7904 Mon Sep 17 00:00:00 2001 From: Matthieu Muffato Date: Fri, 24 May 2024 09:45:46 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++--- CITATION.cff | 4 ++-- nextflow.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2f3ed..564f058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.1.0 - [date] +## [[2.0.0](https://github.com/sanger-tol/ensemblgenedownload/releases/tag/2.0.0)] – Vicious Uruk-hai – [2024-05-24] ### `Fixed` @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New command-line parameter (`--annotation_method`): required for accessing the files on the Ensembl FTP - `--outdir` is a _mandatory_ parameter -## v1.0.1 - [2022-10-11] +## [[1.0.1](https://github.com/sanger-tol/ensemblgenedownload/releases/tag/1.0.1)] [2022-10-19] Minor bugfix update. @@ -25,7 +25,7 @@ Minor bugfix update. - When a samplesheet is provided, do not process the individual command-line parameters -## v1.0.0 - [2022-10-07] +## [[1.0.0](https://github.com/sanger-tol/ensemblgenedownload/releases/tag/1.0.0)] – Hefty mûmakil – [2022-10-07] Initial release of sanger-tol/ensemblgenedownload, created with the [nf-core](https://nf-co.re/) template. diff --git a/CITATION.cff b/CITATION.cff index 034838f..3f7adf8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -title: sanger-tol/insdcdownload v1.0.1 - Hefty mûmakil +title: sanger-tol/ensemblgenedownload message: >- If you use this software, please cite it using the metadata from this file. @@ -22,5 +22,5 @@ identifiers: repository-code: "https://github.com/sanger-tol/ensemblgenedownload" license: MIT commit: TODO -version: 1.0.1 +version: 2.0.0 date-released: "2022-10-11" diff --git a/nextflow.config b/nextflow.config index e65c28d..c563587 100644 --- a/nextflow.config +++ b/nextflow.config @@ -206,7 +206,7 @@ manifest { description = """Pipeline that downloads gene annotations from Ensembl into a Tree of Life directory structure""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.1dev' + version = '2.0.0' doi = '10.5281/zenodo.7155206' }