From 8373eeadd3d46095e186949220a77a9a8ffa67c1 Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:35:47 -0500 Subject: [PATCH] chore(main): release 0.1.1 (#43) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ nextflow.config | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d0e42..e4b0fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/socialgene/sgnf/compare/v0.1.0...v0.1.1) (2023-06-21) + + +### Bug Fixes + +* python code for antismash.jsonl ([b97d5a2](https://github.com/socialgene/sgnf/commit/b97d5a27fb2c0f88d9df36a9939597069c3b7d92)) + ## [0.1.0](https://github.com/socialgene/sgnf/compare/v0.0.6...v0.1.0) (2023-06-21) diff --git a/nextflow.config b/nextflow.config index 4547169..7a8b6d0 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.1.0' // x-release-please-version + version = '0.1.1' // x-release-please-version doi = '' }