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
Merge remote-tracking branch 'origin/master' into release-schema
* origin/master: (24 commits)
Add Python 3.13 and 3.14 to package metadata and test matrices
Initial plan
ci: remove last use of DANDI_ALLOW_LOCALHOST_URLS env var
[pre-commit.ci] pre-commit autoupdate
maint: drop Python 3.9 support, require Python >=3.10
[pre-commit.ci] pre-commit autoupdate
fix: remove `readOnly` JSON Schema keyword on `sameAs` field of `Dandiset`
test: provide tests for `Dandiset.sameAs`
test: provide basic Dandiset metadata through fixture
feat: add `sameAs` field to the `Dandiset` model
feat: define `VERSION_NUM_PATTERN` and use it
test: add wait time after DOI creation
ci: update test configuration to vendorize dandiapi instance in tests
ci(test): remove use of py3.9 in tests against dandi-cli
[gh-actions](deps): Bump actions/checkout from 5 to 6
Update CHANGELOG.md [skip ci]
BF: provide workdir for scripted steps to be within dandischema
[pre-commit.ci] auto fixes from pre-commit.com hooks
Add comments into the script to ease telling repos apart
Fix trailing whitespace issues detected by pre-commit
...
@ Conflicts:
@ dandischema/metadata.py
@ dandischema/tests/test_metadata.py
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
# 0.12.1 (Wed Nov 26 2025)
2
+
3
+
#### 🐛 Bug Fix
4
+
5
+
- Fix migrate() to update schemaVersion for all migrations, not just pre-0.6.0 [#354](https://github.com/dandi/dandi-schema/pull/354) ([@Copilot](https://github.com/Copilot))
6
+
7
+
#### 🏠 Internal
8
+
9
+
- fix(ci): provide workdir for scripted steps to be within dandischema [#357](https://github.com/dandi/dandi-schema/pull/357) ([@yarikoptic](https://github.com/yarikoptic))
10
+
- chore: refactor release action to move schemata related code into scripts [#349](https://github.com/dandi/dandi-schema/pull/349) ([@yarikoptic](https://github.com/yarikoptic)[@pre-commit-ci[bot]](https://github.com/pre-commit-ci[bot]))
0 commit comments