Bump version

This commit is contained in:
Alex Root Junior 2021-09-10 00:02:53 +03:00
parent cfd2a9968e
commit 40cb222314
11 changed files with 36 additions and 13 deletions

View file

@ -1,2 +0,0 @@
Ability to iterate over all states in StatesGroup.
Aiogram already had in check for states group so this is relative feature.

View file

@ -1 +0,0 @@
Disable ContentType filter by default

View file

@ -1 +0,0 @@
Moved update type detection from Dispatcher to Update object

View file

@ -1 +0,0 @@
Fixed incorrect type checking in the :class:`aiogram.utils.keyboard.KeyboardBuilder`

View file

@ -1 +0,0 @@
Updated **pre-commit** config

View file

@ -1 +0,0 @@
Reworked **handlers_in_use** util. Function moved to Router as method **.resolve_used_update_types()**