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
+2 -2
View File
@@ -14,7 +14,7 @@ from vpn_egressctl.policy import (
SingBoxPolicy,
)
VERSION_OUTPUT = """sing-box version 1.13.19
VERSION_OUTPUT = """sing-box version 1.14.0
Environment: go1.25.9 linux/amd64
Tags: with_quic,with_gvisor,with_utls
@@ -32,7 +32,7 @@ def make_policy(root: Path, *, health_url: str | None = "https://health.invalid/
binary=str(root / "sing-box"),
config_path=str(etc / "config.json"),
service="sing-box.service",
required_version="1.13.19",
required_version="1.14.0",
),
runtime=RuntimePolicy(
uri_path=str(etc / "hysteria2.uri"),