Release version 1.1.1
Some checks are pending
CI / test-and-lint (push) Waiting to run

This commit is contained in:
2026-09-08 19:39:40 +02:00
parent 75c1164ad7
commit 8378591520
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# Changelog
## [1.1.1] - 2026-09-08
* Fixed interface detection with dead /sys/class/net symlinks (sysbox)
* Added netlink fallback for reading MTU when sysfs is unreadable
* Fixed Docker bridge detection in the same environments
* Fixed lint against the widened ruff default rule set
## [1.1.0] - 2026-01-23
* * Added persistent MTU configuration via systemd (install & uninstall)

View File

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