Skip to content

Commit

Permalink
chore(main): release 0.3.4 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Nov 10, 2023
1 parent 01befe9 commit e202bee
Show file tree
Hide file tree
Showing 4 changed files with 13 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.3.3"
".": "0.3.4"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.4](https://github.com/socialgene/sgnf/compare/v0.3.3...v0.3.4) (2023-11-10)


### Bug Fixes

* move antismash cpus and mem to config ([1a74e81](https://github.com/socialgene/sgnf/commit/1a74e81ed09da0dd72bdc7803c9b4fe05082bbe7))
* prevent antismash from erroring on seqs w/o proteins ([f7065d0](https://github.com/socialgene/sgnf/commit/f7065d0361cda8496e51e7aa5f023e2a810c2e76))
* remove and comment out currently unused computation ([7677748](https://github.com/socialgene/sgnf/commit/7677748e0c30b883abae20d7c1c18c79ca290c4c))
* update strep config ([ddd2299](https://github.com/socialgene/sgnf/commit/ddd2299357ddaaaae20145dee861f4f5fb34f901))

## [0.3.3](https://github.com/socialgene/sgnf/compare/v0.3.2...v0.3.3) (2023-11-09)


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

Expand Down

0 comments on commit e202bee

Please sign in to comment.