Skip to content

Commit

Permalink
v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 10, 2019
1 parent 2acf841 commit 3ad1246
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## v0.7.0

Initial `vintage_net_ethernet` release.
Initial `vintage_net_ethernet` release. See
https://github.com/nerves-networking/vintage_net/releases/tag/v0.7.0 for `v0.7.0`
release notes and upgrade instructures if you are a `vintage_net v0.6.x` user.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ defmodule VintageNetEthernet.MixProject do
{:dialyxir, "~> 1.0.0-rc.6", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.19", only: :docs, runtime: false},
{:excoveralls, "~> 0.8", only: :test, runtime: false},
{:vintage_net, "~> 0.7.0-dev",
github: "nerves-networking/vintage_net", branch: "the-split", override: true}
{:vintage_net, "~> 0.7.0"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"parse_trans": {:hex, :parse_trans, "3.3.0", "09765507a3c7590a784615cfd421d101aec25098d50b89d7aa1d66646bc571c1", [:rebar3], [], "hexpm"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.5", "6eaf7ad16cb568bb01753dbbd7a95ff8b91c7979482b95f38443fe2c8852a79b", [:make, :mix, :rebar3], [], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm"},
"vintage_net": {:git, "https://github.com/nerves-networking/vintage_net.git", "784ea19ce695a8ecb10d7a736a3a5f1acbb34da1", [branch: "the-split"]},
"vintage_net": {:hex, :vintage_net, "0.7.0", "31f5f9df881968572597aaab18ab0aaa13b0383805316d34a00f79fc16bbde0d", [:make, :mix], [{:busybox, "~> 0.1.4", [hex: :busybox, repo: "hexpm", optional: true]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:gen_state_machine, "~> 2.0.0", [hex: :gen_state_machine, repo: "hexpm", optional: false]}, {:muontrap, "~> 0.5.0", [hex: :muontrap, repo: "hexpm", optional: false]}], "hexpm"},
}

0 comments on commit 3ad1246

Please sign in to comment.