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 305cf22 commit fba130fCopy full SHA for fba130f
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@
5
6
# Changelog
7
8
+## 1.14.4 - 2026-01-11
9
+
10
+* Changes
11
+ * Remove old code that was triggering an Elixir 1.20 warning when installing
12
+ the archive
13
14
## 1.14.3 - 2025-12-26
15
16
* Changes
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Nerves.Bootstrap.MixProject do
2
use Mix.Project
3
4
- @version "1.14.3"
+ @version "1.14.4"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments