Skip to content

Commit 0feb1cb

Browse files
committed
doc(changelog): Update changelog + scriv config
1 parent 82ed477 commit 0feb1cb

File tree

3 files changed

+30
-48
lines changed

3 files changed

+30
-48
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a id='changelog-2.0.4'></a>
2+
# 2.0.5 — 2025-03-31
3+
4+
A hot-fix release that adds missing entries to the 2.0.4 changelog and fixes publication to PyPI.
5+
6+
<a id='changelog-2.0.4'></a>
7+
# 2.0.4 — 2025-03-31
8+
9+
## Added
10+
11+
- Validate directory names names according to `schema.rules.directories` entries.
12+
Use rules to identify "opaque" directories whose contents are unspecified by BIDS.
13+
([#180])
14+
15+
[#180]: https://github.com/bids-standard/bids-validator/pull/180
16+
17+
- Report field descriptions for missing or invalid metadata. ([#177])
18+
19+
[#177]: https://github.com/bids-standard/bids-validator/pull/177
20+
21+
- Publish validator to PyPI as `bids-validator-deno`. ([#186])
22+
23+
[#186]: https://github.com/bids-standard/bids-validator/pull/186
24+
25+
## Changed
26+
27+
- Update to HED Validator 4.0.0. ([#173])
28+
29+
[#173]: https://github.com/bids-standard/bids-validator/pull/173
130

231
<a id='changelog-2.0.3'></a>
332
# 2.0.3 — 2025-02-24

changelog.d/20250324_121157_rosswilsonblair_scriv_for_180.md

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

changelog.d/scriv.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[scriv]
22
format = md
33
main_branches = master, main, dev
4-
version = literal: deno.json: version
4+
version = command: jq .version deno.json
55
categories = Added, Changed, Fixed, Deprecated, Removed, Security, Infrastructure

0 commit comments

Comments
 (0)