Skip to content

Commit 794de2a

Browse files
authored
chore(main): release 1.0.0 (#104)
1 parent a8dbf88 commit 794de2a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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-
".": "0.5.7"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/socialgene/sgnf/compare/v0.5.7...v1.0.0) (2024-07-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 1.0.0 ([a8dbf88](https://github.com/socialgene/sgnf/commit/a8dbf883044dcdede4f45b980d5edeb761cc192a))
9+
310
## [0.5.7](https://github.com/socialgene/sgnf/compare/v0.5.6...v0.5.7) (2024-07-24)
411

512

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

0 commit comments

Comments
 (0)