mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.5.2
This commit is contained in:
parent
703c26bd27
commit
b7026ff906
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v0.5.2] - 2024-06-19
|
||||||
|
|
||||||
|
Minor tweak to the previous version. Add timeout for shell
|
||||||
|
commands that don't execute as expected.
|
||||||
|
|
||||||
|
|
||||||
## [v0.5.1] - 2024-06-18
|
## [v0.5.1] - 2024-06-18
|
||||||
|
|
||||||
Both NMC2 and NMC3 should now be fully supported.
|
Both NMC2 and NMC3 should now be fully supported.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.5.1"
|
appVersion = "0.5.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue