Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 384 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 384 Bytes

Changelog

v2.1.1

  • Updated CMake minimum version to 3.14 to support FetchContent_MakeAvailable

v2.1.0

  • Removed the C++20 requirement
  • Switched to header-only

v2.0.1

  • Conditionally include Arduino.h header.

v2.0.0

  • Updated directory structure to support Arduino in addition to CMake builds
  • Added an Arduino example
  • Updated README

v1.0.0

  • Initial version