esp-hal/esp-storage/CHANGELOG.md
Scott Mabin 6b758d75b8
Finalize releases (#3805)
* Finalize crate releases

* changelog fixup

* fixup docsrs ci test

* docs fixup
2025-07-16 10:29:34 +00:00

1.4 KiB

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.

Unreleased

Added

Changed

Fixed

Removed

v0.7.0 - 2025-07-16

Fixed

  • Fix incorrect usage of MaybeUninit (#3677)
  • Use libesp_rom.a from ESP-IDF on ESP32 as a replacement for our incomplete and less accurate port (#3688)

v0.6.0 - 2025-06-03

Changed

  • Bump Rust edition to 2024, bump MSRV to 1.86. (#3391, #3560)
  • The low-level feature has been removed, the gated API is always available (#3425)

Removed

  • The storage and nor-flash features have been removed, the related functionality is now always available. (#3431)

0.5.0 - 2025-02-24

Changed

  • Bump MSRV to 1.84 (#2951)
  • Add support for 32MB flash (#3163)

0.4.0 - 2024-11-20

Added

  • Added trait MultiwriteNorFlash to FlashStorage (#2478)

0.3.1 - 2024-10-10

0.3.0 - 2023-08-16

0.2.0 - 2023-07-05

0.1.0 - 2022-09-26