From 0de0a5dc5534752e1614858cbf3a7f634f90537c Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Thu, 7 Sep 2023 11:16:43 +0200 Subject: [PATCH] bump version to 1.0.0 --- CHANGELOG.md | 6 +----- assets/multiqc_config.yml | 2 +- nextflow.config | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06046e..fc35e26 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). -## v0.2.0dev +## v1.0.0 - Moonwalking Mamba - [7 September 2023] ### `Added` @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 1. Improved handling of duplicate filenames -### `Dependencies` - -### `Deprecated` - ## v0.1.0 - Dancing Panda - [4 July 2023] Initial release of CenterForMedicalGeneticsGhent/nf-cmgg-qdnaseq, created with the [nf-core](https://nf-co.re/) template. diff --git a/assets/multiqc_config.yml b/assets/multiqc_config.yml index 20d533f..f555d25 100644 --- a/assets/multiqc_config.yml +++ b/assets/multiqc_config.yml @@ -1,5 +1,5 @@ report_comment: > - This report has been generated by the CenterForMedicalGeneticsGhent/nf-cmgg-qdnaseq + This report has been generated by the CenterForMedicalGeneticsGhent/nf-cmgg-qdnaseq analysis pipeline. report_section_order: "CenterForMedicalGeneticsGhent-nf-cmgg-qdnaseq-methods-description": diff --git a/nextflow.config b/nextflow.config index d7a75b8..5080f7a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -240,7 +240,7 @@ manifest { description = """A nextflow pipeline for creating bin annotations for qDNAseq""" mainScript = 'main.nf' nextflowVersion = '!>=23.04.0' - version = '0.2.0dev' + version = '1.0.0' doi = '' }