From 61b3c776363d217d9c2c95d0f4eece4dd0f5534e Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sat, 10 Jun 2023 11:53:37 -0400 Subject: [PATCH] v0.13.3 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcfdaaa..6236fb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 5f0c7f68..af990048 100644 --- a/mix.exs +++ b/mix.exs @@ -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