|
5 | 5 | ### Template
|
6 | 6 |
|
7 | 7 | - Remove the on `pull_request_target` trigger and `pull_request` types from the download test. Also drop `push` triggers on other CI tests. ([#3399](https://github.com/nf-core/tools/pull/3399))
|
| 8 | +- Add nf-core template version badges to README ([#3396](https://github.com/nf-core/tools/pull/3396)) |
| 9 | +- Add Bluesky badge to readme ([#3475](https://github.com/nf-core/tools/pull/3475)) |
8 | 10 |
|
9 | 11 | ### Linting
|
10 | 12 |
|
11 | 13 | - Add linting for ifEmpty(null) ([#3411](https://github.com/nf-core/tools/pull/3411))
|
| 14 | +- Fix arbitrarily nested params schema linting ([#3443](https://github.com/nf-core/tools/pull/3443)) |
| 15 | +- fix: linting with comments after the input directive ([#3458](https://github.com/nf-core/tools/pull/3458)) |
| 16 | +- EDAM ontology fixes ([#3460](https://github.com/nf-core/tools/pull/3460)) |
12 | 17 |
|
13 | 18 | ### Modules
|
14 | 19 |
|
| 20 | +- increase meta index for multiple input channels ([#3463](https://github.com/nf-core/tools/pull/3463)) |
| 21 | + |
15 | 22 | ### Subworkflows
|
16 | 23 |
|
17 | 24 | ### General
|
18 | 25 |
|
19 | 26 | - output passed to write_params_file as Path object ([#3435](https://github.com/nf-core/tools/pull/3435))
|
20 | 27 | - chore(deps): update python:3.12-slim docker digest to 69ce3ae ([#3433](https://github.com/nf-core/tools/pull/3433))
|
21 | 28 | - chore(deps): update dependency pytest-textual-snapshot to v1.1.0 ([#3439](https://github.com/nf-core/tools/pull/3439))
|
| 29 | +- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 ([#3438](https://github.com/nf-core/tools/pull/3438)) |
| 30 | +- format name/value with YAML syntax ([#3442](https://github.com/nf-core/tools/pull/3442)) |
| 31 | +- chore(deps): update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.2.0 ([#3446](https://github.com/nf-core/tools/pull/3446)) |
| 32 | +- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 ([#3445](https://github.com/nf-core/tools/pull/3445)) |
| 33 | +- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([#3447](https://github.com/nf-core/tools/pull/3447)) |
| 34 | +- Update prettier to 3.5.0 ([#3448](https://github.com/nf-core/tools/pull/3448)) |
| 35 | +- chore(deps): update python:3.12-slim docker digest to 34656cd ([#3450](https://github.com/nf-core/tools/pull/3450)) |
| 36 | +- Remove Twitter from README ([#3454](https://github.com/nf-core/tools/pull/3454)) |
| 37 | +- docs: fix contributing link in the main README ([#3459](https://github.com/nf-core/tools/pull/3459)) |
| 38 | +- Cleanup: Removed Redundant if Condition ([#3468](https://github.com/nf-core/tools/pull/3468)) |
| 39 | +- chore(deps): update gitpod/workspace-base docker digest to 7f35e40 ([#3473](https://github.com/nf-core/tools/pull/3473)) |
| 40 | +- chore(deps): update python:3.12-slim docker digest to aaa3f8c ([#3474](https://github.com/nf-core/tools/pull/3474)) |
| 41 | +- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.9 ([#3470](https://github.com/nf-core/tools/pull/3470)) |
22 | 42 |
|
23 | 43 | ## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]
|
24 | 44 |
|
|
71 | 91 | - Use outputs instead of the environment to pass around values between steps in the Download Test Action ([#3351](https://github.com/nf-core/tools/pull/3351))
|
72 | 92 | - Fix pre commit template ([#3358](https://github.com/nf-core/tools/pull/3358))
|
73 | 93 | - Set LICENSE copyright to nf-core community ([#3366](https://github.com/nf-core/tools/pull/3366))
|
74 |
| -- fix including modules.config ([#3356](https://github.com/nf-core/tools/pull/3356)) |
| 94 | +- Fix including modules.config ([#3356](https://github.com/nf-core/tools/pull/3356)) |
75 | 95 |
|
76 | 96 | ### Linting
|
77 | 97 |
|
|
0 commit comments