Skip to content

Commit

Permalink
v0.13.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 7, 2025
1 parent 95f9cf2 commit 1d9840e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.13.6] - 2025-01-06

* Fixes
* The internet connectivity checker pets the network interface watchdog now
when the interface is known to be connected to the LAN or internet. If
you're using the watchdog to reset an interface (like a WiFi module) when it
hasn't had connectivity for a while, this may let you remove user code that
did the same thing. If you have a better check that the network interface is
working ok when disconnected, then stick with what you have. Thanks to
Connor Rigby for this change.

* Changed
* Relax the PropertyTables dependency to allow v0.3 since the backwards
incompatibilities don't affect VintageNet.
* Incorporate various documentation updates that accumulated
* Only support Elixir 1.13 and later

## [v0.13.5] - 2023-09-13

* Changed
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.13.5"
@version "0.13.6"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 1d9840e

Please sign in to comment.