We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fccfd commit aeb8690Copy full SHA for aeb8690
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.13.1 - 2024-09-27
4
+
5
+* New project generator updates
6
+ * Fix dialyzer warning in generated project
7
+ * Adjust Erlang doc URLS in `vm.args.eex` to the new locations
8
9
## 1.13.0 - 2024-07-05
10
11
Adds support for Elixir 1.17 and OTP 27. This now requires
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.13.0"
+ @version "1.13.1"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments