release: prepare 0.2.0 for sing-box 1.14

This commit is contained in:
2026-09-08 19:26:00 +05:00
parent 81ea89f7fa
commit 76dce5b47a
42 changed files with 1634 additions and 549 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
PYTHON ?= python3
test:
$(PYTHON) -m unittest discover -s tests -v
PYTHONPATH=src:. $(PYTHON) -m unittest discover -s tests -t . -v
compile:
$(PYTHON) -m compileall -q src tests