From be8559682490845ac07cffddfebf0691b72345d5 Mon Sep 17 00:00:00 2001 From: dandibot Date: Tue, 15 Nov 2022 17:08:42 +0000 Subject: [PATCH] auto shipit - CHANGELOG.md etc --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f225a750..e02d545e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# v0.3.1 (Tue Nov 15 2022) + +#### ๐Ÿ› Bug Fix + +- Save draft versions during asset metadata validation [#1366](https://github.com/dandi/dandi-archive/pull/1366) ([@AlmightyYakob](https://github.com/AlmightyYakob)) +- Refactor asset create/update/delete [#1352](https://github.com/dandi/dandi-archive/pull/1352) ([@danlamanna](https://github.com/danlamanna)) +- Add YouTube channel to approved/registered emails [#1305](https://github.com/dandi/dandi-archive/pull/1305) ([@yarikoptic](https://github.com/yarikoptic)) + +#### ๐Ÿ“ Documentation + +- dandi-archive readme edit [#1357](https://github.com/dandi/dandi-archive/pull/1357) ([@melster1010](https://github.com/melster1010)) + +#### ๐Ÿงช Tests + +- Separate backend CI into separate jobs [#1360](https://github.com/dandi/dandi-archive/pull/1360) ([@mvandenburgh](https://github.com/mvandenburgh)) +- Pin mypy [#1359](https://github.com/dandi/dandi-archive/pull/1359) ([@mvandenburgh](https://github.com/mvandenburgh)) + +#### Authors: 5 + +- Dan LaManna ([@danlamanna](https://github.com/danlamanna)) +- Jacob Nesbitt ([@AlmightyYakob](https://github.com/AlmightyYakob)) +- Mary Elise Dedicke ([@melster1010](https://github.com/melster1010)) +- Mike VanDenburgh ([@mvandenburgh](https://github.com/mvandenburgh)) +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # v0.3.0 (Mon Nov 07 2022) #### ๐Ÿš€ Enhancement