mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
v1.0.0
This commit is contained in:
parent
9578fa26ce
commit
b8e9a23386
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
# APC P15 Tool Changelog
|
# APC P15 Tool Changelog
|
||||||
|
|
||||||
|
## [v1.0.0] - 2024-07-01
|
||||||
|
|
||||||
|
First official stable release.
|
||||||
|
|
||||||
|
Fixes Go version in Github action.
|
||||||
|
|
||||||
|
|
||||||
## [v0.5.3] - 2024-06-24
|
## [v0.5.3] - 2024-06-24
|
||||||
|
|
||||||
Add 3,072 bit RSA key support.
|
Add 3,072 bit RSA key support.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
appVersion = "0.5.3"
|
appVersion = "1.0.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
// struct for receivers to use common app pieces
|
// struct for receivers to use common app pieces
|
||||||
|
|
Loading…
Reference in a new issue