Skip to content

Commit

Permalink
v0.13.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 13, 2023
1 parent 16d26c4 commit 66d8b7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v0.13.5] - 2023-09-13

* Changed
* Warn when setting default routes with IP addresses outside of the subnet
rather than crashing. Thanks to Ben Murphy for this fix.
* Bulletproof force clearing of IP addresses to avoid crashing unnecessarily
during cleanup. This was a very rare case.

## [v0.13.4] - 2023-07-07

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

def project do
Expand Down

0 comments on commit 66d8b7d

Please sign in to comment.