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 theGenStateMachine
dependency. - Fix Elixir 1.19 warnings
- Improve the error message when host compilation fails
- Removed dependency on
-
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.