Skip to content

Commit 6160eb0

Browse files
committed
v0.3.2 release
1 parent 2186572 commit 6160eb0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.3.2
4+
5+
* Enhancements
6+
* Update ssh daemon to start with inet6
7+
8+
* Fixes
9+
* Remove automatic network configuration - This would interfere with
10+
predictable networking support and also made it impossible to deconfigure
11+
a network interface permanently
12+
313
## v0.3.1
414

515
Few dependency and documentation updates.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/nerves-project/nerves_pack"
5-
@version "0.3.1"
5+
@version "0.3.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)