We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da6703 commit da8252bCopy full SHA for da8252b
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 1.11.4 - 2023-03-03
4
+
5
+* Updates
6
+ * Use Nerves v1.10.0 in new projects
7
+ * Default to adding `-code_path_choice strict` to new projects to skip a few
8
+ unnecessary path searches for archives
9
+ * Default to moving the clock forward in erlinit. This reduces the time jump
10
+ on boot for RTC-less devices.
11
12
## 1.11.3 - 2022-11-05
13
14
* Updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.11.3"
+ @version "1.11.4"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments