Added full support of Bot API 7.9

This commit is contained in:
JRoot Junior 2024-08-15 00:20:52 +03:00
parent 1c323ecc97
commit 7b14f59e29
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
45 changed files with 786 additions and 105 deletions

View file

@ -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