From 325f2ae419b88a31752f241034cb6202dff8c135 Mon Sep 17 00:00:00 2001 From: Igor Davydenko Date: Thu, 12 Mar 2020 18:14:40 +0200 Subject: [PATCH] chore(release): 1.0.0a1 Release - Allow to decorate upload views for authentication and other needs - Allow to upload on named upload paths, when using named upload URLs - Ensure named upload URLs (e.g. `/user/{username}/uploads`) works as well - Add `py.typed` to the `aiohttp_tus` package --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed6c8b5..357e970 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -1.0.0a1 (In Development) -======================== +1.0.0a1 (2020-03-12) +==================== - Allow to decorate upload views for authentication or other (for example *to check whether entity for upload exists or not*) needs