Skip to content

Commit

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

## [0.4.2](https://github.com/socialgene/sgnf/compare/v0.4.1...v0.4.2) (2023-12-08)


### Bug Fixes

* fixes [#89](https://github.com/socialgene/sgnf/issues/89) ([0f1ce5c](https://github.com/socialgene/sgnf/commit/0f1ce5cb20ddbb5868e8b534aa4de6d9400a69f9))

## [0.4.1](https://github.com/socialgene/sgnf/compare/v0.4.0...v0.4.1) (2023-11-18)


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

Expand Down

0 comments on commit d2d2f95

Please sign in to comment.