Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Dec 10, 2019
1 parent cdcee27 commit 971617c
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.2.0

* vintage_net 0.7

* Enhancements
* `:vintage_net ~> 0.7` splits out networking technologies into their own
libs. Deps have been updated to use this
* `WiFiWizardButton` is now an opt-in so that `:circuits_gpio` can be a
optional dependency to allow `NervesPack` to work with more systems

## v0.1.1

* mdns_lite 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
use Mix.Project

@source_url "https://github.com/jjcarstens/nerves_pack"
@version "0.1.1"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit 971617c

Please sign in to comment.