Skip to content

Commit 1436b69

Browse files
authored
Merge pull request #207 from nf-core/prepare-1-10-1_release
Prepare release 1.10.1
2 parents 907ad76 + 588cef6 commit 1436b69

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## dev - [date]
6+
## [[1.10.1](https://github.com/nf-core/fetchngs/releases/tag/1.10.1)] - 2023-10-09
7+
8+
### Credits
9+
10+
Special thanks to the following for their contributions to the release:
11+
12+
- [Adam Talbot](https://github.com/adamrtalbot)
13+
- [Harshil Patel](https://github.com/drpatelh)
14+
- [Maxime Garcia](https://github.com/maxulysse)
15+
16+
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
17+
18+
### Enhancements & fixes
19+
20+
- [PR #205](https://github.com/nf-core/fetchngs/pull/205) - Rename all local modules, workflows and remove `public_aws_ecr profile`
21+
- [PR #206](https://github.com/nf-core/fetchngs/pull/206) - CI improvments and code cleanup
22+
- [PR #208](https://github.com/nf-core/fetchngs/pull/208) - Template update with nf-core/tools 2.10
723

824
## [[1.10.0](https://github.com/nf-core/fetchngs/releases/tag/1.10.0)] - 2023-05-16
925

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/fetchngs/releases/tag/dev" target="_blank">nf-core/fetchngs</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/fetchngs/releases/tag/1.10.1" target="_blank">nf-core/fetchngs</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/fetchngs/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/fetchngs/1.10.1/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-fetchngs-methods-description":
77
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ manifest {
220220
description = """Pipeline to fetch metadata and raw FastQ files from public databases"""
221221
mainScript = 'main.nf'
222222
nextflowVersion = '!>=23.04.0'
223-
version = '1.10.1dev'
223+
version = '1.10.1'
224224
doi = 'https://doi.org/10.5281/zenodo.5070524'
225225
}
226226

0 commit comments

Comments
 (0)