From b1e4d67175f43f3b52108d20cb1b0d9e245c5552 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 1 Dec 2019 22:52:12 -0500 Subject: [PATCH] v0.6.6 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8b625c..671b27a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.6 + +* Bug fixes + * Fix warning from Dialyzer when making wild card subscriptions. Code was also + added to more thoroughly validate properties paths to raise on subtle issues + that won't do what the programmer intends. + +* New features + * Added `VintageNet.match/1` to support "gets" on properties using wildcards. + ## v0.6.5 * New features diff --git a/mix.exs b/mix.exs index 755a0bd4..4bb9f4cb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.6.5" + @version "0.6.6" @source_url "https://github.com/nerves-networking/vintage_net" def project do