We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d044895 commit c23579cCopy full SHA for c23579c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.11.2 - 2022-09-11
4
+
5
+* Updates
6
+ * Remove references to `:build_embedded` since that option is planned for
7
+ removal in Elixir 1.15 and it wasn't needed.
8
9
## 1.11.1 - 2022-07-07
10
11
* Fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.11.1"
+ @version "1.11.2"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments