File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6+ ## 1.0.1
7+
8+ ### Added
9+
10+ ### Changed
11+
12+ [ #7 ] ( https://github.com/nf-core/demo/pull/7 ) - Updated Usage and README docs
13+
14+ ### Fixed
15+
16+ [ #7 ] ( https://github.com/nf-core/demo/pull/7 ) - Added full path for test config
17+
18+ ### Removed
19+
20+ ### Dependencies
21+
22+ | Dependency | Old version | New version |
23+ | ---------- | ----------- | ----------- |
24+ | ` multiqc ` | 1.21 | 1.23 |
25+
626## 1.0.0 2024-06-19
727
828### Credits
Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ workflow DEMO {
9595 ch_multiqc_files. collect(),
9696 ch_multiqc_config. toList(),
9797 ch_multiqc_custom_config. toList(),
98- ch_multiqc_logo. toList()
98+ ch_multiqc_logo. toList(),
99+ [],
100+ []
99101 )
100102
101103 emit :
You can’t perform that action at this time.
0 commit comments