Skip to content

Commit

Permalink
rel: 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Dec 10, 2024
1 parent b1d43aa commit da2c6e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<a id='changelog-2.0.1'></a>
# 2.0.1 — 2024-12-10

## Fixed

- Improve handling of `.bidsignore` files in the web validator.
Ignores matching directories but not the files they contained could fail to match.
(#113)

- Resolve issue with parsing headers of NIfTI files with large extensions.
Fixes [issue 126].

[issue 126]: https://github.com/bids-standard/bids-validator/issues/126

## Infrastructure

- Adopting [scriv](https://scriv.readthedocs.io/en/latest/) for changelog
management.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bids/validator",
"version": "2.0.1-dev",
"version": "2.0.1",
"exports": {
".": "./src/bids-validator.ts",
"./main": "./src/main.ts",
Expand Down

0 comments on commit da2c6e6

Please sign in to comment.