Skip to content

Commit

Permalink
chore(release): 1.0.0a1 Release
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
playpauseandstop committed Mar 12, 2020
1 parent 4528265 commit 325f2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 325f2ae

Please sign in to comment.