From 90759702731985c884af95ca676879e78ff9932f Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:15:13 -0500 Subject: [PATCH] chore(main): release 0.5.0 (#96) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ dockerfiles/sgpy/Dockerfile | 2 +- nextflow.config | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49af909..600835d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.5" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad9da2..3378888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.5.0](https://github.com/socialgene/sgnf/compare/v0.4.5...v0.5.0) (2024-07-24) + + +### Features + +* annotate fna input with prokka ([514d1c6](https://github.com/socialgene/sgnf/commit/514d1c6a2ecda74407326cc170484fb222ea5cf2)) + + +### Bug Fixes + +* hmm git downloads ([4f54387](https://github.com/socialgene/sgnf/commit/4f543875535a2384df57ef25e08759a5ab25fb5b)) +* update conda env ([57042c6](https://github.com/socialgene/sgnf/commit/57042c6ea67f3394f22ae1d4c4372a038ad20c72)) + + +### Miscellaneous Chores + +* release 0.5.0 ([15aad25](https://github.com/socialgene/sgnf/commit/15aad253d060daf3c1dde918cad8d4a5aa4ebedb)) + ## [0.4.5](https://github.com/socialgene/sgnf/compare/v0.4.4...v0.4.5) (2024-06-21) diff --git a/dockerfiles/sgpy/Dockerfile b/dockerfiles/sgpy/Dockerfile index c5ce4c8..08a7835 100644 --- a/dockerfiles/sgpy/Dockerfile +++ b/dockerfiles/sgpy/Dockerfile @@ -1,6 +1,6 @@ # Couldn't get github actions to cache the docker builds so this starts from a sgpy_base image # x-release-please-start-version -FROM chasemc2/sgpy-base:0.4.5 +FROM chasemc2/sgpy-base:0.5.0 # x-release-please-end ################## METADATA ###################### LABEL software="socialgene" diff --git a/nextflow.config b/nextflow.config index 295d88b..2cc9b48 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.4.5' // x-release-please-version + version = '0.5.0' // x-release-please-version doi = '' }