Skip to content

Commit

Permalink
v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 27, 2022
1 parent e62f02f commit 2ac79b7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## [v0.12.0] - 2022-04-27

This release has two potentially breaking changes:

1. Elixir 1.11 is now the minimum supported Elixir version.
2. `VintageNet.PropertyTable` has been extracted to its own library and is now
just `PropertyTable`. Most users did not use `VintageNet.PropertyTable`
directly, but if you did, you'll need to update the references.

* Changed
* Extract `VintageNet.PropertyTable` to its own library. Note that many
improvements were made to PropertyTable including renaming functions for
consistency and changing the events. Code was added to VintageNet to hide
these changes for now. Longer term, we'll be making things more consistent,
but the hope is that the PropertyTable changes are transparent to VintageNet
users in this release.
* Support specifying absolute paths to network configuration commands. While
this is not preferred, it's useful in some scenarios.
* Redact more kinds of secrets in `VintageNet.info`

## [v0.11.5] - 2022-02-18

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

Initial release to hex.

[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
[v0.11.4]: https://github.com/nerves-networking/vintage_net/compare/v0.11.3...v0.11.4
[v0.11.3]: https://github.com/nerves-networking/vintage_net/compare/v0.11.2...v0.11.3
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.11.5"
@version "0.12.0"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 2ac79b7

Please sign in to comment.