Skip to content

v0.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:14

Highlights

  • πŸŽ‰ New ESP32-S3-DevKitC-1 board (realistic + schematic variants) and SN65HVD230 CAN transceiver device (#282)
  • ✨ Smoother wiring β€” wires no longer kink where they join device pins (#283)

πŸ’› Big thanks to @f2daz for the ESP32-S3 board, the CAN transceiver, and the wire-tangent fix in this release!


What's Changed

  • chore(deps): bump typer from 0.25.1 to 0.26.5 by @dependabot[bot] in #256
  • chore(deps-dev): bump platformdirs from 4.9.6 to 4.10.0 by @dependabot[bot] in #255
  • chore(deps-dev): bump ruff from 0.15.14 to 0.15.15 by @dependabot[bot] in #254
  • chore(deps-dev): bump hypothesis from 6.152.9 to 6.155.1 by @dependabot[bot] in #253
  • chore(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 by @dependabot[bot] in #252
  • chore(deps): bump starlette from 0.50.0 to 1.0.1 by @dependabot[bot] in #257
  • chore(deps-dev): bump ruff from 0.15.15 to 0.15.16 by @dependabot[bot] in #262
  • chore(deps-dev): bump zensical from 0.0.43 to 0.0.44 by @dependabot[bot] in #261
  • chore(deps-dev): bump mkdocstrings-python from 2.0.3 to 2.0.4 by @dependabot[bot] in #260
  • chore(deps): bump structlog from 25.5.0 to 26.1.0 by @dependabot[bot] in #259
  • chore(deps): bump mcp from 1.27.1 to 1.27.2 by @dependabot[bot] in #258
  • chore(deps-dev): bump zensical from 0.0.44 to 0.0.45 by @dependabot[bot] in #267
  • chore(deps-dev): bump ruff from 0.15.16 to 0.15.17 by @dependabot[bot] in #266
  • chore(deps): bump typer from 0.26.5 to 0.26.7 by @dependabot[bot] in #265
  • chore(deps-dev): bump pytest from 9.0.3 to 9.1.0 by @dependabot[bot] in #264
  • chore(deps): bump beautifulsoup4 from 4.14.3 to 4.15.0 by @dependabot[bot] in #263
  • chore(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in #271
  • chore(deps): bump starlette from 1.0.1 to 1.3.1 by @dependabot[bot] in #270
  • chore(deps): bump python-multipart from 0.0.27 to 0.0.31 by @dependabot[bot] in #269
  • chore(deps): bump pyjwt from 2.12.0 to 2.13.0 by @dependabot[bot] in #268
  • chore(deps): bump mcp from 1.27.2 to 1.28.0 by @dependabot[bot] in #276
  • chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 by @dependabot[bot] in #273
  • chore(deps-dev): bump ruff from 0.15.17 to 0.15.18 by @dependabot[bot] in #275
  • chore(deps-dev): bump mkdocstrings-python from 2.0.4 to 2.0.5 by @dependabot[bot] in #274
  • chore(deps-dev): bump hypothesis from 6.155.1 to 6.155.7 by @dependabot[bot] in #272
  • chore(deps-dev): bump ruff from 0.15.18 to 0.15.20 by @dependabot[bot] in #281
  • chore(deps-dev): bump zensical from 0.0.45 to 0.0.46 by @dependabot[bot] in #280
  • chore(deps): bump mcp from 1.28.0 to 1.28.1 by @dependabot[bot] in #279
  • chore(deps): bump typer from 0.26.7 to 0.26.8 by @dependabot[bot] in #278
  • chore(deps-dev): bump pytest from 9.1.0 to 9.1.1 by @dependabot[bot] in #277
  • Add ESP32-S3-DevKitC-1 board (realistic + schematic) and SN65HVD230 CAN transceiver by @f2daz in #282
  • chore: gitignore local PR-review comparison artifacts by @nordstad in #285
  • fix: no kink where wires join device pins (align exit tangent) by @f2daz in #283
  • docs: add ESP32-S3 CAN transceiver example by @nordstad in #284

Full Changelog: v0.18.1...v0.19.0