Skip to content

Commit

Permalink
v0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 22, 2023
1 parent 624e18f commit fcc88dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 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.13.0] - 2023-01-22

This release has a breaking change if you're using the `UdhcpcHandler`
behaviour. This should be a rare use case. Use the `"dhcp_options"` property
now.

* Changed
* Add `"dhcp_options"` to interface properties. This lets applications use
information provided by DHCP servers in an easy way. It removes the need to
process events from `udhcpc` directly, and therefore, the `UdhcpcHandler`
behaviour is now a private API and may be removed in the future.
* Fix some references to `iodata` that should have been `chardata`.

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

* Changed
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.2"
@version "0.13.0"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit fcc88dd

Please sign in to comment.