release(cli): 0.4.8 (#6556)

For webhook configuration support
This commit is contained in:
William FH
2025-12-09 13:25:02 +00:00
committed by GitHub
parent 269d08f5d3
commit 2f1a16006a
3 changed files with 528 additions and 405 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: test lint format test-integration update-schema
.PHONY: test lint format test-integration update-schema bump-version
######################
# TESTING AND COVERAGE
@@ -35,3 +35,6 @@ format format_diff:
update-schema:
uv run python generate_schema.py
bump-version:
uv run hatch version patch
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.7"
__version__ = "0.4.8"
+523 -403
View File
File diff suppressed because it is too large Load Diff