Skip to content

Commit

Permalink
chore(main): release 0.5.3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Jul 24, 2024
1 parent ef5e8ad commit c78e09f
Show file tree
Hide file tree
Showing 4 changed files with 12 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.5.2"
".": "0.5.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.3](https://github.com/socialgene/sgnf/compare/v0.5.2...v0.5.3) (2024-07-24)


### Bug Fixes

* bump dependencies ([e87579c](https://github.com/socialgene/sgnf/commit/e87579c285d7b44c196cafe680b0589b7bc339d4))
* bumping dependencies ([cbe0916](https://github.com/socialgene/sgnf/commit/cbe0916c44f3f7d26188c78358e1b5713c03d6ee))
* docker version tag ([ef5e8ad](https://github.com/socialgene/sgnf/commit/ef5e8ad967c3a91c55195a7232517b48cd2ab576))

## [0.5.2](https://github.com/socialgene/sgnf/compare/v0.5.1...v0.5.2) (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:0.5.2
FROM chasemc2/sgpy-base:0.5.3
# 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.5.2' // x-release-please-version
version = '0.5.3' // x-release-please-version
doi = ''
}

Expand Down

0 comments on commit c78e09f

Please sign in to comment.