mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump version
This commit is contained in:
parent
9238533e93
commit
2aa8c38691
10 changed files with 39 additions and 9 deletions
37
CHANGES.rst
37
CHANGES.rst
|
|
@ -14,3 +14,40 @@ Changelog
|
|||
|
||||
.. towncrier release notes start
|
||||
|
||||
3.0.0a13 (2021-08-17)
|
||||
======================
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
- add aliases for edit/delete reply markup to Message
|
||||
`#662 <https://github.com/aiogram/aiogram/issues/662>`_
|
||||
- Reworked outer middleware chain. Prevent to call many times the outer middleware for each nested router
|
||||
`#664 <https://github.com/aiogram/aiogram/issues/664>`_
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Prepare parse mode for InputMessageContent in AnswerInlineQuery method
|
||||
`#660 <https://github.com/aiogram/aiogram/issues/660>`_
|
||||
|
||||
|
||||
Improved Documentation
|
||||
----------------------
|
||||
|
||||
- Added integration with :code:`towncrier`
|
||||
`#602 <https://github.com/aiogram/aiogram/issues/602>`_
|
||||
|
||||
|
||||
Misc
|
||||
----
|
||||
|
||||
- Added `.editorconfig`
|
||||
`#650 <https://github.com/aiogram/aiogram/issues/650>`_
|
||||
- Redis storage speedup globals
|
||||
`#651 <https://github.com/aiogram/aiogram/issues/651>`_
|
||||
- add allow_sending_without_reply param to Message reply aliases
|
||||
`#663 <https://github.com/aiogram/aiogram/issues/663>`_
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Added integration with :code:`towncrier`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added `.editorconfig`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Redis storage speedup globals
|
||||
|
|
@ -1 +0,0 @@
|
|||
Prepare parse mode for InputMessageContent in AnswerInlineQuery method
|
||||
|
|
@ -1 +0,0 @@
|
|||
add aliases for edit/delete reply markup to Message
|
||||
|
|
@ -1 +0,0 @@
|
|||
add allow_sending_without_reply param to Message reply aliases
|
||||
|
|
@ -1 +0,0 @@
|
|||
Reworked outer middleware chain. Prevent to call many times the outer middleware for each nested router
|
||||
|
|
@ -37,5 +37,5 @@ __all__ = (
|
|||
"md",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0a12"
|
||||
__version__ = "3.0.0a13"
|
||||
__api_version__ = "5.3"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "aiogram"
|
||||
version = "3.0.0-alpha.12"
|
||||
version = "3.0.0-alpha.13"
|
||||
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
||||
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue