Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Jul 24, 2024
1 parent 172e72c commit 25fad41
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/socialgene/sgnf/compare/v1.0.0...v1.0.1) (2024-07-24)


### Bug Fixes

* update actino,streptomyces config ([172e72c](https://github.com/socialgene/sgnf/commit/172e72c8afc2d75bef12198727bdb6a9168accb0))
* update hmm sources, update streptomyces config ([64f18c4](https://github.com/socialgene/sgnf/commit/64f18c4a95172868c3c8cbb4ac2ca45756b71f2a))

## [1.0.0](https://github.com/socialgene/sgnf/compare/v0.5.7...v1.0.0) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/sgpy/Dockerfile
Original file line number Diff line number Diff line change
@@ -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:1.0.0
FROM chasemc2/sgpy-base:1.0.1
# x-release-please-end
################## METADATA ######################
LABEL software="socialgene"
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'main'
nextflowVersion = '!>=22.10.1'
version = '1.0.0' // x-release-please-version
version = '1.0.1' // x-release-please-version
doi = ''
}

Expand Down

0 comments on commit 25fad41

Please sign in to comment.