You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
# 0.69.0 (Wed May 21 2025)
2
+
3
+
#### 🚀 Enhancement
4
+
5
+
- Replace the use of `bidsschematools` with the use of deno-compiled BIDS validator in obtaining validation result [#1599](https://github.com/dandi/dandi-cli/pull/1599) ([@candleindark](https://github.com/candleindark))
6
+
7
+
#### 🐛 Bug Fix
8
+
9
+
- Restrict to specific 0.11.0 dandischema so we do not upgrade to 0.11.1 which provided new dandi schema release, and limit click before 8.2.0 for now [#1630](https://github.com/dandi/dandi-cli/pull/1630) ([@yarikoptic](https://github.com/yarikoptic))
10
+
- Correct logic handling the values of `validate_types.Severity`[#1622](https://github.com/dandi/dandi-cli/pull/1622) ([@candleindark](https://github.com/candleindark))
11
+
12
+
#### Authors: 2
13
+
14
+
- Isaac To ([@candleindark](https://github.com/candleindark))
0 commit comments