From 9ce4e4a29475dad21e100e7231b08dc903c24d1a Mon Sep 17 00:00:00 2001 From: DANDI Bot Date: Thu, 23 Jan 2025 02:29:06 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd35f061b..718c8668f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 0.66.4 (Thu Jan 23 2025) + +#### ๐Ÿ› Bug Fix + +- Continue retrying downloads on retriable statuses [#1558](https://github.com/dandi/dandi-cli/pull/1558) ([@jwodder](https://github.com/jwodder)) + +#### ๐Ÿ“ Documentation + +- Fix typo in `dandi move` docstring [#1566](https://github.com/dandi/dandi-cli/pull/1566) ([@kabilar](https://github.com/kabilar)) +- Update URL for DANDI Docs [#1561](https://github.com/dandi/dandi-cli/pull/1561) ([@kabilar](https://github.com/kabilar)) + +#### ๐Ÿงช Tests + +- Don't use version 0.25.5 of `responses` [#1562](https://github.com/dandi/dandi-cli/pull/1562) ([@jwodder](https://github.com/jwodder)) + +#### ๐Ÿ”ฉ Dependency Updates + +- Support dandischema v0.11.0 [#1560](https://github.com/dandi/dandi-cli/pull/1560) ([@jwodder](https://github.com/jwodder)) + +#### Authors: 2 + +- John T. Wodder II ([@jwodder](https://github.com/jwodder)) +- Kabilar Gunalan ([@kabilar](https://github.com/kabilar)) + +--- + # 0.66.3 (Thu Dec 19 2024) #### ๐Ÿ  Internal