Bump version

This commit is contained in:
JRoot Junior 2024-12-21 23:50:49 +02:00
parent f2e305e92a
commit 1d5405ab43
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
7 changed files with 33 additions and 10 deletions

View file

@ -16,6 +16,38 @@ Changelog
.. towncrier release notes start
3.13.1 (2024-12-21)
====================
Features
--------
- Added full support of `Bot API 8.1<https://core.telegram.org/bots/api-changelog#december-4-2024>`_:
- Added the field :code:`nanostar_amount` to the class :class:`aiogram.types.star_transaction.StarTransaction`.
- Added the class :class:`aiogram.types.transaction_partner_affiliate_program.TransactionPartnerAffiliateProgram` for transactions pertaining to incoming affiliate commissions.
- Added the class :class:`aiogram.types.affiliate_info.AffiliateInfo` and the field :code:`affiliate` to the class :class:`aiogram.types.transaction_partner_user.TransactionPartnerUser`, allowing bots to identify the relevant affiliate in transactions with an affiliate commission.
`#1617 <https://github.com/aiogram/aiogram/issues/1617>`_
Bugfixes
--------
- Corrected the exception text of `aiogram.methods.base.TelegramMethod.__await__` method.
`#1616 <https://github.com/aiogram/aiogram/issues/1616>`_
Misc
----
- Increased max :code:`pydantic` version support from “<2.10” to “<2.11”
`#1607 <https://github.com/aiogram/aiogram/issues/1607>`_
- Fixed closing tag for :code:`tg-emoji` in the :class:`aiogram.utils.text_decoration.HtmlDecoration`: use the same constant as for tag opening
`#1608 <https://github.com/aiogram/aiogram/issues/1608>`_
- Increased max :code:`aiohttp` version support from “<3.11” to “<3.12”
`#1615 <https://github.com/aiogram/aiogram/issues/1615>`_
3.15.0 (2024-11-17)
====================

View file

@ -1 +0,0 @@
Increased max :code:`pydantic` version support from “<2.10” to “<2.11”

View file

@ -1 +0,0 @@
Fixed closing tag for :code:`tg-emoji` in the :class:`aiogram.utils.text_decoration.HtmlDecoration`: use the same constant as for tag opening

View file

@ -1 +0,0 @@
Increased max :code:`aiohttp` version support from “<3.11” to “<3.12”

View file

@ -1 +0,0 @@
Corrected the exception text of `aiogram.methods.base.TelegramMethod.__await__` method.

View file

@ -1,5 +0,0 @@
Added full support of `Bot API 8.1<https://core.telegram.org/bots/api-changelog#december-4-2024>`_:
- Added the field :code:`nanostar_amount` to the class :class:`aiogram.types.star_transaction.StarTransaction`.
- Added the class :class:`aiogram.types.transaction_partner_affiliate_program.TransactionPartnerAffiliateProgram` for transactions pertaining to incoming affiliate commissions.
- Added the class :class:`aiogram.types.affiliate_info.AffiliateInfo` and the field :code:`affiliate` to the class :class:`aiogram.types.transaction_partner_user.TransactionPartnerUser`, allowing bots to identify the relevant affiliate in transactions with an affiliate commission.

View file

@ -1,2 +1,2 @@
__version__ = "3.15.0"
__version__ = "3.16.0"
__api_version__ = "8.1"