Release version 1.1.0
Some checks failed
CI / test-and-lint (push) Has been cancelled

This commit is contained in:
2026-01-23 10:56:44 +01:00
parent fc5dee4dc0
commit a0db5f797f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.1.0] - 2026-01-23
* * Added persistent MTU configuration via systemd (install & uninstall)
* Added Docker bridge MTU support and Docker-ordered persistence backend
* Added repository mirrors and ignored build artifacts
## [1.0.0] - 2026-01-21
* 🥳 Official Release

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "automtu"
version = "1.0.0"
version = "1.1.0"
description = "Auto-detect egress interface, probe Path MTU, and apply MTU (WireGuard/egress)."
readme = "README.md"
requires-python = ">=3.10"