aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-05 11:59:07 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-09-05 11:59:07 +0200
commit70ea2c55d16e0a958c5694be3b4e9f086ce09844 (patch)
treed6d86d9367a20da185e68e905ee8c6ce2610f77e /CHANGELOG.md
parent3b174bb8ac962a8054a369d7191f910f478807a8 (diff)
downloadnitrokey-rs-70ea2c55d16e0a958c5694be3b4e9f086ce09844.tar.gz
nitrokey-rs-70ea2c55d16e0a958c5694be3b4e9f086ce09844.tar.bz2
Export the FirmwareVersion struct
This patch adds the FirmwareVersion struct to the re-exports in lib.rs. Previosuly, nitrokey users where able to access FirmwareVersion values as part of the Status struct and the Device::get_firmware_version method but could not see its definition.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 121d0a2..cd43612 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@ Copyright (C) 2019-2020 Robin Krahl <robin.krahl@ireas.org>
SPDX-License-Identifier: CC0-1.0
-->
+# Unreleased
+- Export the `FirmwareVersion` struct.
+
# v0.7.1 (2020-08-30)
- Remove the custom `std::error::Error::source` implementation for
`error::Error` to avoid duplicate error messages.