Skip to content

Commit

Permalink
v0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 4, 2022
1 parent f1af5a1 commit 992f654
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.12.2] - 2022-08-04

* Changed
* Add `VintageNet.info_as_ansidata/1`. This lets you get the same results as
`VintageNet.info`, but in a way that's easy to put on a web page or send
to a server, etc.
* Support updating network configuration even when it can't be persisted.
Previously if there was an error saving the configuration and `persist:
true` (the default), the configuration wouldn't be applied. This turned
out to be problematic when trying to get some devices fixed. Now the
device won't have the right config on reboot, but it can be reached over
the network to be fixed.

## [v0.12.1] - 2022-06-01

* Changed
Expand Down Expand Up @@ -605,6 +618,7 @@ need to run `apt install libnl-genl-3-dev`.

Initial release to hex.

[v0.12.1]: https://github.com/nerves-networking/vintage_net/compare/v0.12.1...v0.12.2
[v0.12.1]: https://github.com/nerves-networking/vintage_net/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/nerves-networking/vintage_net/compare/v0.11.5...v0.12.0
[v0.11.5]: https://github.com/nerves-networking/vintage_net/compare/v0.11.4...v0.11.5
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.12.1"
@version "0.12.2"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 992f654

Please sign in to comment.