mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v0.5.3
This commit is contained in:
parent
7c1ad8ef43
commit
6363282a75
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v0.5.3] - 2024-06-24
|
||||||
|
|
||||||
|
Add 3,072 bit RSA key support.
|
||||||
|
|
||||||
|
|
||||||
## [v0.5.2] - 2024-06-19
|
## [v0.5.2] - 2024-06-19
|
||||||
|
|
||||||
Minor tweak to the previous version. Add timeout for shell
|
Minor tweak to the previous version. Add timeout for shell
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.5.2"
|
appVersion = "0.5.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue