Skip to content

Commit 0459bc1

Browse files
authored
chore(main): release 1.2.0 (#112)
1 parent 4dc6158 commit 0459bc1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/socialgene/sgnf/compare/v1.1.1...v1.2.0) (2024-10-26)
4+
5+
6+
### Features
7+
8+
* new input methods ([0f13632](https://github.com/socialgene/sgnf/commit/0f136327b616f0d98cc04d9e5a0ba88b31d4934f))
9+
10+
11+
### Bug Fixes
12+
13+
* remove old, unused config option ([bc2e1d8](https://github.com/socialgene/sgnf/commit/bc2e1d8eb3de41c1b3ab4b98409bb19bba4f38eb))
14+
* schema, nf-core linting ([c4ed53b](https://github.com/socialgene/sgnf/commit/c4ed53b4b184fa4e25b0ec9b89c665e742987aaa))
15+
316
## [1.1.1](https://github.com/socialgene/sgnf/compare/v1.1.0...v1.1.1) (2024-10-20)
417

518

dockerfiles/sgpy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Couldn't get github actions to cache the docker builds so this starts from a sgpy_base image
22
# x-release-please-start-version
3-
FROM chasemc2/sgpy-base:1.1.1
3+
FROM chasemc2/sgpy-base:1.2.0
44
# x-release-please-end
55
################## METADATA ######################
66
LABEL software="socialgene"

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ manifest {
1515
mainScript = 'main.nf'
1616
defaultBranch = 'main'
1717
nextflowVersion = '!>=24.0.0'
18-
version = '1.1.1' // x-release-please-version
18+
version = '1.2.0' // x-release-please-version
1919
doi = ''
2020
}
2121

0 commit comments

Comments
 (0)