mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added full support of Bot API 7.9 (#1560)
* Added full support of Bot API 7.9 * Added changelog * Try to fix towncrier * Fixed towncrier check
This commit is contained in:
parent
1c323ecc97
commit
c3a08664d3
48 changed files with 817 additions and 114 deletions
|
|
@ -93,12 +93,12 @@ docs = [
|
|||
"sphinx-copybutton~=0.5.2",
|
||||
"furo~=2023.9.10",
|
||||
"Sphinx-Substitution-Extensions~=2022.2.16",
|
||||
"towncrier~=23.6.0",
|
||||
"towncrier~=24.7.1",
|
||||
"pygments~=2.16.1",
|
||||
"pymdown-extensions~=10.3",
|
||||
"markdown-include~=0.8.1",
|
||||
"Pygments~=2.16.1",
|
||||
"sphinxcontrib-towncrier~=0.3.2a0",
|
||||
"sphinxcontrib-towncrier~=0.4.0a0",
|
||||
]
|
||||
dev = [
|
||||
"black~=24.4.2",
|
||||
|
|
@ -331,6 +331,9 @@ filename = "CHANGES.rst"
|
|||
directory = "CHANGES/"
|
||||
template = "CHANGES/.template.rst.jinja2"
|
||||
issue_format = "`#{issue} <https://github.com/aiogram/aiogram/issues/{issue}>`_"
|
||||
ignore = [
|
||||
".template.rst.jinja2",
|
||||
]
|
||||
|
||||
[[tool.towncrier.section]]
|
||||
path = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue