Skip to content
Snippets Groups Projects
Verified Commit 0329eac0 authored by David Runge's avatar David Runge :chipmunk:
Browse files

chore: Upgrade nethsm-cli crate to 0.6.0


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent c52ff352
No related branches found
1 merge request!147chore: Upgrade nethsm-cli crate to 0.6.0
......@@ -1836,7 +1836,7 @@ dependencies = [
[[package]]
name = "nethsm-cli"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"chrono",
"clap",
......
......@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.0] - 2024-12-13
### Added
- Add `nethsm openpgp sign-state` command
## [0.5.0] - 2024-12-08
### Added
......
......@@ -7,7 +7,7 @@ keywords = ["encryption", "hsm", "nethsm", "signing", "cli"]
license.workspace = true
name = "nethsm-cli"
repository.workspace = true
version = "0.5.0"
version = "0.6.0"
[dependencies]
chrono.workspace = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment