From d6233c33a38b9f824d861597c9d150748c065943 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 23 Mar 2021 17:34:02 +0000 Subject: [PATCH] prep0.0.3 --- CHANGELOG.md | 5 +++++ nextflow.config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b4bd6..e71a064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. 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.0.3] +### Changed +- Moved all CI to templates. +- Use canned aplanat report components. + ## [v0.0.2] ### Added - CI release checks diff --git a/nextflow.config b/nextflow.config index ae864b5..f1f45c0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -13,7 +13,7 @@ params { help = false out_dir = "output" - wfversion = "v0.0.2" + wfversion = "v0.0.3" }