Skip to content

Commit 6a43747

Browse files
committed
Bump version to 2.0.6, update change log
1 parent 43be015 commit 6a43747

6 files changed

+24
-195
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2+
<a id='changelog-"2.0.6"'></a>
3+
# "2.0.6" — 2025-05-23
4+
5+
## Added
6+
7+
- Explain the issue data fields in the documentation. ([#199])
8+
9+
[#199]: https://github.com/bids-standard/bids-validator/pull/199
10+
11+
## Changed
12+
13+
- Validator now returns exit code 16 instead of 1 for validation of a dataset with errors.
14+
15+
- Rely on `schema.meta.associations` to load context associations instead of relying on list maintained in validator.
16+
17+
## Fixed
18+
19+
- Sidecar checks are skipped for text files that should not have sidecars.
20+
This resolves a problem in derivative datasets, where BIDS specifies a
21+
RECOMMENDED field of `Description` in all derivative files. ([#202])
22+
23+
[#202]: https://github.com/bids-standard/bids-validator/issues/202
124
<a id='changelog-2.0.4'></a>
225
# 2.0.5 — 2025-03-31
326

changelog.d/20250411_093755_rosswilsonblair_191_update_exit_code.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

changelog.d/20250417_154622_markiewicz_issues.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

changelog.d/20250502_103250_rosswilsonblair_use_association_selectors.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

changelog.d/20250509_080014_markiewicz_bad_sidecars.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.0.6-dev",
3+
"version": "2.0.6",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)