Cut release 1.1.1

This commit is contained in:
Pim van Pelt
2025-07-06 18:21:32 +02:00
parent d212abcc87
commit 8032a5a605
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
ipng-router-backup (1.1.1) stable; urgency=low
* Add 'address' field to device configuration for explicit IP/hostname override
* Automatic IPv6 address detection and proper bracket formatting
* Fix output message to show once at end instead of per command
-- Pim van Pelt <pim@ipng.ch> Sun, 07 Jul 2025 18:00:00 +0100
ipng-router-backup (1.1.0) stable; urgency=low ipng-router-backup (1.1.0) stable; urgency=low
* Replace --config flag with --yaml flag supporting multiple files * Replace --config flag with --yaml flag supporting multiple files

View File

@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
const Version = "1.1.0" const Version = "1.1.1"
// Config and SSH types are now in separate packages // Config and SSH types are now in separate packages