Skip to content

Commit

Permalink
v0.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed May 20, 2021
1 parent 75a0ad2 commit c761d6c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.10.2

This release officially removes support for Elixir 1.7 and Elixir 1.8. It turns
out that those versions wouldn't have worked in v0.10.0 due to a dependency that
was added.

* Improvements
* Add `VintageNet.reset_to_defaults/1` so that it's easy to reset a network
interface's configuration to what it would be if `VintageNet.configure` had
never been called. The previous "easy" way of doing this was to erase the
persisted configuration file and reboot.
* Clean up interface reachability handling (disconnected vs. lan-connected vs
internet-connected). There was an issue where the status was out of sync due
a bug in a technology implementation. This is harder to do now. IMPORTANT:
if you have a custom technology implementation, calling
`VintageNet.RouteManager.set_connection_status` is sufficient. You no
longer need to update the status property for your interface. This is not a
common need.

## v0.10.1

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNet.MixProject do
use Mix.Project

@version "0.10.1"
@version "0.10.2"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit c761d6c

Please sign in to comment.