Skip to content

v1.1.0

Choose a tag to compare

@fhunleth fhunleth released this 16 Nov 16:39
· 97 commits to main since this release
  • Changes
    • Immediately close I2C bus references after discovery. Waiting for the GC to
      collect them could cause intermittent failures in rare scenarios where
      multiple I2C device discoveries are done close together. This likely only
      affects CI in practice.
    • Remove Erlang convenience functions since no one used them
    • Require Elixir 1.10 or later. Previous versions probably work, but won't be
      supported. This opens up the possibility of using Elixir 1.10+ features in
      future releases.