Skip to content

Commit 06a8834

Browse files
committed
Bump version to 2.0.9, update change log
1 parent 3acd487 commit 06a8834

7 files changed

+18
-179
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
<a id='changelog-"2.0.9"'></a>
3+
# "2.0.9" — 2025-08-26
4+
5+
## Added
6+
7+
- Display version in web app
8+
9+
- The `--datasetTypes` flag accepts a list of `DatasetType`s,
10+
allowing applications to restrict the datasets they accept.
11+
12+
## Changed
13+
14+
- Upgraded to BIDS schema version 1.0.13.
15+
16+
- Raise error when JSON files are parsed and their root value is anything other than an object
17+
218
<a id='changelog-"2.0.8"'></a>
319
# "2.0.8" — 2025-08-07
420

changelog.d/20250807_170325_markiewicz_update_schema.md

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

changelog.d/20250808_135941_rosswilsonblair_raise_error_on_non_object_json.md

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

changelog.d/20250819_113044_markiewicz_display_version.md

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

changelog.d/20250825_075606_markiewicz_dataset_types.md

Lines changed: 0 additions & 49 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.9-dev",
3+
"version": "2.0.9",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

tests/data/bids-examples

Submodule bids-examples updated 35 files

0 commit comments

Comments
 (0)