Skip to content

Commit

Permalink
v0.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 2, 2019
1 parent 6d24699 commit b1e4d67
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
@@ -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
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.6.5"
@version "0.6.6"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit b1e4d67

Please sign in to comment.