Skip to content

Commit

Permalink
v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 25, 2020
1 parent 9e78380 commit fa4a363
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.9.0

* New features
* Add initial support for using the `VintageNet.PowerManager`to manage the
power to cellular modems. This allows `VintageNet` to power on and off a
modem as needed and if it becomes unresponsive. To use this, you will need
to provide an implementation of `VintageNet.PowerManager` that can control
the GPIO (or whatever) connections that enable power and can send
appropriate UART commands to power off. This only has been tested with
Quectel BG96 and EC25 modems, but should be applicable to all modems.
* Synchronize with vintage_net v0.9.0's networking program path API update

## v0.8.0

(Skipping version numbers to make the version match `vintage_net` for ease of
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 VintageNetMobile.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.9.0"
@source_url "https://github.com/nerves-networking/vintage_net_mobile"

def project do
Expand Down

0 comments on commit fa4a363

Please sign in to comment.