Skip to content

v2.0.0.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kumekay kumekay released this 20 Jun 10:46
· 287 commits to main since this release

v2.0.0-dev0 (2024-05-17)

Feat

  • add esp32c61 to the list of known targets
  • Drop support of Python 2.7

Fix

  • Handle missing files/broken symlinks when calculating hash
  • fix the order of managed_components

Refactor

  • rewrite with pydantic
  • Change comment types to regular ones
  • Replace format() with f-strings