We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5c6b3 commit 78431caCopy full SHA for 78431ca
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.11.3 - 2022-11-05
4
+
5
+* Updates
6
+ * Allow Nerves v1.9.0 to be used in new projects
7
+ * Use console logger by default in host mode. This is more like the default
8
+ Elixir configuration.
9
10
## 1.11.2 - 2022-09-11
11
12
* Updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.11.2"
+ @version "1.11.3"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments