diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a853a4..1772e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.7" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 944a7c2..b314db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://github.com/socialgene/sgnf/compare/v0.5.7...v1.0.0) (2024-07-24) + + +### Miscellaneous Chores + +* release 1.0.0 ([a8dbf88](https://github.com/socialgene/sgnf/commit/a8dbf883044dcdede4f45b980d5edeb761cc192a)) + ## [0.5.7](https://github.com/socialgene/sgnf/compare/v0.5.6...v0.5.7) (2024-07-24) diff --git a/dockerfiles/sgpy/Dockerfile b/dockerfiles/sgpy/Dockerfile index 925a3e3..afde0be 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.5.7 +FROM chasemc2/sgpy-base:1.0.0 # x-release-please-end ################## METADATA ###################### LABEL software="socialgene" diff --git a/nextflow.config b/nextflow.config index 5d77d14..e5740ef 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.5.7' // x-release-please-version + version = '1.0.0' // x-release-please-version doi = '' }