Cut v1.0.2
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ipng-router-backup (1.0.2) stable; urgency=low
|
||||
|
||||
* Add YAML !include directive support for configuration files
|
||||
* Add docs/device-types.yaml example file to package
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Sun, 06 Jul 2025 12:25:00 +0100
|
||||
|
||||
ipng-router-backup (1.0.1) stable; urgency=low
|
||||
|
||||
* Add version information to help output
|
||||
|
@ -19,7 +19,7 @@ import (
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
const Version = "1.0.1"
|
||||
const Version = "1.0.2"
|
||||
|
||||
// Config structures
|
||||
type Config struct {
|
||||
|
Reference in New Issue
Block a user