Cut v1.2.0 release

This commit is contained in:
Pim van Pelt
2025-07-06 22:44:35 +02:00
parent 7f6b030b31
commit 7442a83c9d
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
ipng-router-backup (1.2.0) stable; urgency=low
* Add atomic file operations with .new suffix for backup reliability
* Add exit codes: 10 (some devices failed), 11 (all devices failed)
* Update manpage filename to ipng-router-backup.1
-- Pim van Pelt <pim@ipng.ch> Sun, 07 Jul 2025 20:00:00 +0100
ipng-router-backup (1.1.1) stable; urgency=low
* Add 'address' field to device configuration for explicit IP/hostname override

View File

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