Skip to content

Commit 52fc57c

Browse files
committed
bump deno.json and scriv collect --version 2.0.2
1 parent c408125 commit 52fc57c

5 files changed

+20
-138
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
<a id='changelog-2.0.2'></a>
3+
# 2.0.2 — 2025-02-10
4+
5+
## Fixed
6+
7+
- Improve handling of `.bidsignore` files in the web validator.
8+
Ignores matching directories but not the files they contained could fail to match.
9+
(#113)
10+
11+
- Resolve issue with parsing headers of NIfTI files with large extensions.
12+
Fixes [issue 126].
13+
14+
[issue 126]: https://github.com/bids-standard/bids-validator/issues/126
15+
16+
## Infrastructure
17+
18+
- Adopting [scriv](https://scriv.readthedocs.io/en/latest/) for changelog
19+
management.
20+
221
<a id='changelog-2.0.1'></a>
322
# 2.0.1 — 2024-12-10
423

changelog.d/20241114_165444_effigies.md

-42
This file was deleted.

changelog.d/20241114_192344_effigies_scriv.md

-46
This file was deleted.

changelog.d/20241204_103403_effigies_nifti_headers.md

-49
This file was deleted.

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)