NotBotBotLib/RELEASE_NOTES_v0.2.0.md at main · N0TB0T/NotBotBotLib · GitHub
Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.36 KB

File metadata and controls

44 lines (36 loc) · 1.36 KB

NotBotBot Arduino Library v0.2.0

Release date: 2026-02-17

Highlights

  • Library release package is now GitHub/public-ready.
  • Documentation was expanded for onboarding and daily usage.
  • Example coverage was extended with multiple, commented sketches.
  • Release validation and packaging workflow was added.

Added

  • New release assets:
    • CHANGELOG.md
    • LICENSE (MIT)
    • keywords.txt
    • RELEASE_NOTES_v0.2.0.md
  • New examples:
    • examples/ServoSweep/ServoSweep.ino
    • examples/LedPalette/LedPalette.ino
    • examples/SensorSnapshot/SensorSnapshot.ino
  • Improved example:
    • examples/BasicControl/BasicControl.ino (now commented)
  • CI/Release support:
    • tools/ci/scripts/verify_library_release.ps1
    • .github/workflows/library-release.yml

Changed

  • README.md now includes installation, quickstart, API overview, and example map.
  • library.properties bumped to version 0.2.0.

Compatibility

  • No breaking API changes.
  • Existing usage based on NotBotBot.h remains valid.

Upgrade Notes

  1. Update library files to v0.2.0.
  2. Verify your sketches compile against library.properties version 0.2.0.
  3. Optionally run new examples to validate behavior quickly.

Known Limits

  • Audio backend integration (DAC/RTx implementation) remains platform-specific and is not finalized in this library release.

Suggested Next Tag

  • lib-v0.2.0