Skip to content

Commit 83a4e3a

Browse files
author
DANDI Bot
committed
Update CHANGELOG.md [skip ci]
1 parent 664cde6 commit 83a4e3a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 0.11.1 (Thu May 15 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Increase `Description` field max character length [#296](https://github.com/dandi/dandi-schema/pull/296) ([@kabilar](https://github.com/kabilar))
6+
- Remove escaping (\) of : in 2 identifiers regexes [#290](https://github.com/dandi/dandi-schema/pull/290) ([@yarikoptic](https://github.com/yarikoptic))
7+
- Improve (better arguments validation, avoiding repeated creation of validator objects, etc) `_validate_obj_json()` in `metadata.py` and supporting funcs [#278](https://github.com/dandi/dandi-schema/pull/278) ([@candleindark](https://github.com/candleindark))
8+
- Improve `migrate()` in `metadata.py` [#279](https://github.com/dandi/dandi-schema/pull/279) ([@candleindark](https://github.com/candleindark))
9+
- Update URL for DANDI Docs [#272](https://github.com/dandi/dandi-schema/pull/272) ([@kabilar](https://github.com/kabilar))
10+
11+
#### 🏠 Internal
12+
13+
- Revert version of schema to 0.6.10 since we have not yet released it [#300](https://github.com/dandi/dandi-schema/pull/300) ([@yarikoptic](https://github.com/yarikoptic))
14+
- Avoid multiple assignments of constant `ALLOWED_INPUT_SCHEMAS` [#280](https://github.com/dandi/dandi-schema/pull/280) ([@candleindark](https://github.com/candleindark))
15+
16+
#### Authors: 3
17+
18+
- Isaac To ([@candleindark](https://github.com/candleindark))
19+
- Kabilar Gunalan ([@kabilar](https://github.com/kabilar))
20+
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))
21+
22+
---
23+
124
# 0.11.0 (Tue Jan 07 2025)
225

326
#### 🚀 Enhancement

0 commit comments

Comments
 (0)