Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 696 Bytes

File metadata and controls

31 lines (19 loc) · 696 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2026-04-10

Added

  • DfuFile::size function.
  • DfuFile::read_raw_at function.

Changed

  • Renamed Content::DfuSe variant to Content::Dfuse.
  • Use thiserror for error handling.
  • Set Rust edition to 2024.

[0.2.0] - 2023-02-05

Changed

  • Use anyhow for error handling.
  • Set Rust edition to 2021.
  • Internal improvements following clippy recommendations.

[0.1.0] - 2021-07-06

First public release.