Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.2.1 #113

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0"
".": "1.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/socialgene/sgnf/compare/v1.2.0...v1.2.1) (2024-10-26)


### Bug Fixes

* chembl and file inputs ([499b298](https://github.com/socialgene/sgnf/commit/499b298a1f094296c2edfe71e15552c122bda271))

## [1.2.0](https://github.com/socialgene/sgnf/compare/v1.1.1...v1.2.0) (2024-10-26)


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.2.0
FROM chasemc2/sgpy-base:1.2.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 = '!>=24.0.0'
version = '1.2.0' // x-release-please-version
version = '1.2.1' // x-release-please-version
doi = ''
}

Expand Down
Loading