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

chore: Upgrade nethsm-cli crate to 0.4.0


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent dc42834b
No related branches found
No related tags found
1 merge request!113chore: Upgrade nethsm-cli crate to 0.4.0
......@@ -1778,7 +1778,7 @@ dependencies = [
[[package]]
name = "nethsm-cli"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"chrono",
"clap",
......
......@@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0] - 2024-11-26
### Added
- [**breaking**] Provide version with `OpenPgpVersion` when creating OpenPGP certificate
- [**breaking**] Use `OpenPgpUserId` for User ID when creating OpenPGP certificate
### Fixed
- *(deps)* Update dependencies removing yanked crate
- *(deps)* update rust crate strum to 0.26.0
### Other
- Consolidate contributing and licensing information
- *(cargo)* Use workspace dependencies for `clap` and `nethsm-config`
- *(deps)* Update dependencies and fix license ID
- Use easier to understand `no_run` attribute
- *(cargo)* Move common dependencies to workspace dependencies
- *(cargo)* Move shared dependencies to workspace dependencies
- *(cargo)* Move package metadata to workspace
- Use `Display` in rendered docs instead of `Debug` representation
- *(deps)* update rust crate rstest to 0.23.0
- Use `expression_format` for easier to read help strings
## [0.3.0] - 2024-09-11
### Fixed
......
......@@ -7,7 +7,7 @@ keywords = ["encryption", "hsm", "nethsm", "signing", "cli"]
license.workspace = true
name = "nethsm-cli"
repository.workspace = true
version = "0.3.0"
version = "0.4.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