Skip to content

Commit 9dfcb9b

Browse files
authored
chore(main): release 1.1.1 (#111)
1 parent 47c086a commit 9dfcb9b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/socialgene/sgnf/compare/v1.1.0...v1.1.1) (2024-10-20)
4+
5+
6+
### Bug Fixes
7+
8+
* protein hashing by updating sgpy ([47c086a](https://github.com/socialgene/sgnf/commit/47c086a28eef1c3dd6c11d3ba47ba6ec40567e7d))
9+
* protein hashing by updating sgpy ([4318640](https://github.com/socialgene/sgnf/commit/4318640ab36ef9acd5d6b9d398528a8fe8ffdbab))
10+
311
## [1.1.0](https://github.com/socialgene/sgnf/compare/v1.0.2...v1.1.0) (2024-10-20)
412

513

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.0
3+
FROM chasemc2/sgpy-base:1.1.1
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 = '!>=22.10.1'
18-
version = '1.1.0' // x-release-please-version
18+
version = '1.1.1' // x-release-please-version
1919
doi = ''
2020
}
2121

0 commit comments

Comments
 (0)