Skip to content

v0.12.7

Choose a tag to compare

@fhunleth fhunleth released this 21 Jun 11:42
· 16 commits to main since this release

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 warning
  • 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.