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
Vendored Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -eu
if [ "$1" = upgrade ]; then
echo "vpn-egressctl 0.2.0 does not support in-place upgrades." >&2
echo "Remove the installed release, archive its state, then install 0.2.0 cleanly." >&2
exit 1
fi
exit 0