Skip to content

v0.13.7

Latest
Compare
Choose a tag to compare
@fhunleth fhunleth released this 09 Jun 17:58

This release makes VintageNet compliant with the REUSE Specification.

  • Fixes

    • Removed dependency on GenStateMachine and use :gen_statem directly. There's no change in functionality, but it will remove the compilation warnings when building the GenStateMachine dependency.
    • Fix Elixir 1.19 warnings
    • Improve the error message when host compilation fails
  • Changed

    • Only support Elixir 1.14 and later. It should work with Elixir 1.13 still, but this may change in the future without us noticing. Other libraries are requiring Elixir 1.14 and later, so please upgrade if this affects you.