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
7
Makefile
7
Makefile
|
|
@ -102,9 +102,14 @@ build: clean
|
|||
.PHONY: bump
|
||||
bump:
|
||||
hatch version $(args)
|
||||
cat .butcher/schema/schema.json | jq '.api.version' -r > .apiversion
|
||||
python scripts/bump_versions.py
|
||||
|
||||
update-api:
|
||||
butcher parse
|
||||
butcher refresh
|
||||
butcher apply all
|
||||
@$(MAKE) bump
|
||||
|
||||
.PHONY: towncrier-build
|
||||
towncrier-build:
|
||||
hatch run docs:towncrier build --yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue