Skip to content

Commit

Permalink
v0.42.1 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Aug 15, 2023
1 parent 33b1f99 commit 513fe10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.42.1 (2023-08-14)
### Changed
- Bump `ed25519-dalek` dependency to v2 ([#474])
- MSRV 1.67 ([#475])

### Fixed
- Handle closed `yubihsm-connector` connection ([#464])

[#464]: https://github.com/iqlusioninc/yubihsm.rs/pull/464
[#474]: https://github.com/iqlusioninc/yubihsm.rs/pull/474
[#475]: https://github.com/iqlusioninc/yubihsm.rs/pull/475

## 0.42.0 (2023-04-27)
### Added
- Impl `signature::hazmat::PrehashSigner` for ECDSA signer ([#362])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yubihsm"
version = "0.42.0"
version = "0.42.1"
description = """
Pure Rust client for YubiHSM2 devices with support for HTTP and
USB-based access to the device. Supports most HSM functionality
Expand Down

0 comments on commit 513fe10

Please sign in to comment.