Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 762 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 762 Bytes

Changelog

The format is based on Keep a Changelog.

Entries should have the imperative form, just like commit messages. Start each entry with words like add, fix, increase, force etc.. Not added, fixed, increased, forced etc.

Categories each change fall into

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[Unreleased]

[0.2.0] - 2023-07-09

Changed

  • Upgrade esp-idf-sys from 0.31 to 0.33.
  • Upgrade embuild from 0.30 to 0.31

[0.1.0] - 2022-10-01

Initial release. Can perform OTA updates