We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2186572 commit 6160eb0Copy full SHA for 6160eb0
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## v0.3.1
14
15
Few dependency and documentation updates.
mix.exs
@@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
use Mix.Project
@source_url "https://github.com/nerves-project/nerves_pack"
- @version "0.3.1"
+ @version "0.3.2"
def project do
[
0 commit comments