Skip to content

Commit

Permalink
v0.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 10, 2023
1 parent 9b59bdf commit 61b3c77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [v0.13.3] - 2023-06-10

* Changed
* Sort dhcpd options so their order doesn't change in configuration files made
by OTP 26. This fixes regression test failures that expected the files to by
the same. It shouldn't matter for real use, but it's nice that the files are
deterministic just in case.
* Ignore unexpected messages to the InterfacesMonitor. This fixes an
unnecessary crash/restart that was seen. Errors are still logged.

## [v0.13.2] - 2023-05-15

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

def project do
Expand Down

0 comments on commit 61b3c77

Please sign in to comment.