Skip to content

Commit 13c6e21

Browse files
authored
Merge pull request #1606 from nf-core/pre_3.21.0_bumps
Bump version to 3.21.0 ahead of release
2 parents c003e2d + 722bb47 commit 13c6e21

File tree

5 files changed

+120
-110
lines changed

5 files changed

+120
-110
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ template:
2121
name: rnaseq
2222
org: nf-core
2323
outdir: .
24-
version: 3.21.0dev
24+
version: 3.21.0

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,30 @@
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
6+
## [[3.21.0](https://github.com/nf-core/rnaseq/releases/tag/3.21.0)] - 2025-09-18
77

88
### Credits
99

1010
Special thanks to the following for their contributions to the release:
1111

12+
- [Edmund Miller](https://github.com/edmundmiller)
13+
- [Friederike Hanssen](https://github.com/friederikehanssen)
1214
- [Maxime Garcia](https://github.com/maxulysse)
15+
- [Jonathan Manning](https://github.com/pinin4fjords)
1316

1417
### Enhancements & fixes
1518

1619
- [PR #1597](https://github.com/nf-core/rnaseq/pull/1597) - Bump version after release 3.20.0
1720
- [PR #1603](https://github.com/nf-core/rnaseq/pull/1603) - Add bam input pathway
1821
- [PR #1604](https://github.com/nf-core/rnaseq/pull/1604) - Enable BAM input for RSEM
1922
- [PR #1605](https://github.com/nf-core/rnaseq/pull/1605) - Fix default for umi_discard_read to prevent validation errors in Platform
23+
- [PR #1606](https://github.com/nf-core/rnaseq/pull/1606) - Bump version to 3.21.0 ahead of release
24+
25+
### Software dependencies
26+
27+
| Dependency | Old version | New version |
28+
| ---------- | ----------- | ----------- |
29+
| `MultiQC` | 1.30 | 1.31 |
2030

2131
## [[3.20.0](https://github.com/nf-core/rnaseq/releases/tag/3.20.0)] - 2025-08-18
2232

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ manifest {
421421
mainScript = 'main.nf'
422422
defaultBranch = 'master'
423423
nextflowVersion = '!>=24.10.5'
424-
version = '3.21.0dev'
424+
version = '3.21.0'
425425
doi = 'https://doi.org/10.5281/zenodo.1400710'
426426
}
427427

0 commit comments

Comments
 (0)