mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.3.1
This commit is contained in:
parent
90c2baf343
commit
53a3bc5bd7
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v0.3.1] - 2024.02.03
|
||||||
|
|
||||||
|
Fixes debug logging always being on. App now accurately reflects
|
||||||
|
the state of the --debug flag.
|
||||||
|
|
||||||
|
|
||||||
## [v0.3.0] - 2024.02.03
|
## [v0.3.0] - 2024.02.03
|
||||||
|
|
||||||
Initial release.
|
Initial release.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.3.0"
|
appVersion = "0.3.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue