Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed May 24, 2024
1 parent 04b7a5e commit 49e2311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -17,15 +17,15 @@ 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.

### Fixed

- 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.

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 49e2311

Please sign in to comment.