From 25ab1f7a70082ae60b5afb955236a2b677e2648b Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Fri, 12 Jul 2024 09:27:52 +0100 Subject: [PATCH] bump version to 1.2.1 --- CHANGELOG.md | 6 ++++++ CITATION.cff | 6 +++--- nextflow.config | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd10221..8fa13bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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). +## [[1.2.1](https://github.com/sanger-tol/genomenote/releases/tag/1.2.1)] [2024-07-12] + +### Enhancements & fixes + +- Bugfix: Now handles missing fields in `ncbi datasets` genome report + ## [[1.2.0](https://github.com/sanger-tol/genomenote/releases/tag/1.2.0)] - Pyrenean Mountain Dog - [2024-05-01] ### Enhancements & fixes diff --git a/CITATION.cff b/CITATION.cff index 091ab90b..8324d2c1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ # This CITATION.cff file was generated with cffinit. # Visit https://bit.ly/cffinit to generate yours today! -cff-version: 1.2.0 -title: sanger-tol/genomenote v1.2.0 +cff-version: 1.2.1 +title: sanger-tol/genomenote v1.2.1 message: >- If you use this software, please cite it using the metadata from this file. @@ -34,5 +34,5 @@ identifiers: repository-code: "https://github.com/sanger-tol/genomenote" license: MIT commit: TODO -version: 1.2.0 +version: 1.2.1 date-released: "2022-10-07" diff --git a/nextflow.config b/nextflow.config index 6dd519b5..9cfa62ec 100644 --- a/nextflow.config +++ b/nextflow.config @@ -125,7 +125,7 @@ profiles { arm { docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64' } - singularity { + singularity { singularity.enabled = true singularity.autoMounts = true conda.enabled = false @@ -222,7 +222,7 @@ manifest { description = """Creating standarised genome assembly publications""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.2.0' + version = '1.2.1' doi = '10.5281/zenodo.7949384' }