Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Jul 24, 2024
1 parent 15aad25 commit 9075970
Show file tree
Hide file tree
Showing 4 changed files with 21 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 @@
{
".": "0.4.5"
".": "0.5.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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:0.4.5
FROM chasemc2/sgpy-base:0.5.0
# 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 = '0.4.5' // x-release-please-version
version = '0.5.0' // x-release-please-version
doi = ''
}

Expand Down

0 comments on commit 9075970

Please sign in to comment.